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 Aug 2, 2023. It is now read-only.
Pip install ptvsd from local source fails with the following error:
running build_ext
building 'ptvsd.pydevd._pydevd_bundle.pydevd_cython' extension
error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
The text was updated successfully, but these errors were encountered:
It installed for me, I have setuptools 38.5.1 (but of course I have VC++ for Python redist)
Processing \\rtvs-devserver1\libs\ptvsd
Installing collected packages: ptvsd
Running setup.py install for ptvsd: started
Running setup.py install for ptvsd: finished with status 'done'
Successfully installed ptvsd-4.0.0a1
The text was updated successfully, but these errors were encountered: