-
Notifications
You must be signed in to change notification settings - Fork 48
Installation of Extension Dependencies fails #377
Comments
Hi i have same problem. I have install licrobit statoed and it's working. |
Hi , I have same issue. Windows 10 OS , received error "Dependency download could not be completed. Functionality may be limited. Please review the installation docs. upon running the basic code. |
583/5000 68/5000 |
I was getting the same error with Python 3.9 installed. Used the VSCode Developer Tools (under Help) to look at the console and saw this:
Edited the file ".vscode\extensions\ms-python.devicesimulatorexpress-2020.0.36321\out\requirements.txt" and changed the line Pillow==7.0.0 Saved the file, restarted VSCode, and ran the dependencies command again, and it completed without errors. |
I have installed the Device Simulator Express Extension, but when trying to install the extension dependencies, it fails with the message:
"Dependency download could not be completed. Functionality may be limited. Please review the installation docs."
I use VS Code on Windows 10, but connected to remote Ubuntu 20.04 on WSL2, Python 3.8.2. I also have the VS Code Python Extension for WSL.
The text was updated successfully, but these errors were encountered: