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
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Error: Failed to run "func_env\Scripts\activate && pip install ptvsd" command. Check output window for more details.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response. Does this still repro for you? Can you try running func_env\Scripts\activate && pip install ptvsd manually from the command line? That issue is coming from 'pip' so I'm not sure if our extension can fix it directly
Uh oh!
There was an error while loading. Please reload this page.
Repro steps:
<Enter steps to reproduce issue>
Action: azureFunctions.createFunction
Error type: Error
Error Message: Failed to run "func_env\Scripts\activate && pip install ptvsd" command. Check output window for more details.
Version: 0.11.0
OS: win32
Running command: "func_env\Scripts\activate && pip install ptvsd "...
Collecting ptvsd
Using cached https://files.pythonhosted.org/packages/5e/15/78a8be571d6a450c6ad36a675e4384bb4f33f9e920cfcc74b6e3a9683520/ptvsd-4.1.3-py3-none-win_amd64.whl
Installing collected packages: ptvsd
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '......\func_env\Lib\site-packages\ptvsd\_vendored\pydevd\pydevd_attach_to_process\winappdbg\win32\pycache\context_amd64.cpython-37.pyc'
You are using pip version 10.0.1, however version 18.0 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Error: Failed to run "func_env\Scripts\activate && pip install ptvsd" command. Check output window for more details.
The text was updated successfully, but these errors were encountered: