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.
I realized that pip is not installed and when the extension tries to install its dependencies, it silently fails. I just have this in the developer tools log:
Error: Command failed: python3.7 -m pip install -r /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/requirements.txt -t /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/python_libs/usr/local/bin/python3.7: No module named pip
Please show an error popup when this fails, I think this is why #155 happened
The text was updated successfully, but these errors were encountered:
Also with pip installed correctly, I get this error:
rror: Command failed: python3.7 -m pip install -r /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/requirements.txt -t /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/python_libsERROR: Could not find a version that satisfies the requirement pywin32==224 (from -r /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/requirements.txt (line 6)) (from versions: none)ERROR: No matching distribution found for pywin32==224 (from -r /Users/roblou/.vscode-insiders/extensions/ms-python.devicesimulatorexpress-2019.0.35146/out/requirements.txt (line 6))
Maybe because I am on a Mac. I deleted that line and it seems to have installed them fine after that.
I realized that
pip
is not installed and when the extension tries to install its dependencies, it silently fails. I just have this in the developer tools log:Please show an error popup when this fails, I think this is why #155 happened
The text was updated successfully, but these errors were encountered: