-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requirements didn't get automatically downloaded by extension in marketplace #7836
Comments
Hi @allisonChilton 👋 Thank you for reporting this issue, investigating it and adding the workaround! |
For anyone looking, the workaround is to add
to this location on windows: or this location on Linux/Mac: |
Here's a link to the file in the repo, just to add another source of reference. |
Python debugger wouldn't start even after several reinstalls and reboots. I finally traced the problem back to this line:
C:\Python37\python.exe c:\Users\allis\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\ptvsd_folder_name.py Traceback (most recent call last): File "c:\Users\allis\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\ptvsd_folder_name.py", line 53, in <module> ptvsd_folder_name() File "c:\Users\allis\.vscode\extensions\ms-python.python-2019.10.41019\pythonFiles\ptvsd_folder_name.py", line 22, in ptvsd_folder_name with open(REQUIREMENTS, "r", encoding="utf-8") as reqsfile: FileNotFoundError: [Errno 2] No such file or directory: 'c:\\Users\\allis\\.vscode\\extensions\\ms-python.python-2019.10.41019\\requirements.txt'
Manually adding the requirements.txt from the github repo fixed the issue
The text was updated successfully, but these errors were encountered: