You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.
Extension version (available under the Extensions sidebar): N/A
OS and version: Windows 10 64 bit
Python version (& distribution if applicable, e.g. Anaconda): 3.9.7 64 bit
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: N/A
Relevant/affected Python-related VS Code extensions and their versions: Device simulator express v2020.0.36.321, pylance v2021.9.0
Value of the python.languageServer setting: N/A
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]
Expected behaviour
device simulator runs
Actual behaviour
error message (attached)
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
install all extensions mentioned
using control+shift+p type device simulator express and select "new file"
copy this code "cp.pixels.fill((255,0,0))" over the comment
Control+shift+p, type device simulator express and select "run simulator
Logs
when I try to run simulator at times it either does nothing like in the gif or displays the error messaged attached and when I attempt to install extension dependences I get it every time and I've got no clue on how to fix it as I've added it to the path and it is installed correctly. python works fine as I've used it before without any issue
n/a
The text was updated successfully, but these errors were encountered:
karthiknadig
changed the title
python 3 not found error
device simulator express: python 3 not found error
Sep 8, 2021
Environment data
python.languageServer
setting: N/A[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
device simulator runs
Actual behaviour
error message (attached)
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
when I try to run simulator at times it either does nothing like in the gif or displays the error messaged attached and when I attempt to install extension dependences I get it every time and I've got no clue on how to fix it as I've added it to the path and it is installed correctly. python works fine as I've used it before without any issue
The text was updated successfully, but these errors were encountered: