Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Pip Installing PTVSD fails #107

Closed
DonJayamanne opened this issue Feb 23, 2018 · 3 comments
Closed

Pip Installing PTVSD fails #107

DonJayamanne opened this issue Feb 23, 2018 · 3 comments
Assignees

Comments

@DonJayamanne
Copy link
Contributor

  • Python2.7
  • 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
@zooba
Copy link
Member

zooba commented Feb 23, 2018

Can you update setuptools and try again to see if it's a problem there? The extension is optional, so failure shouldn't break the rest of the install.

(Alternatively, confirm whether it still installed even though the extension didn't build.)

@DonJayamanne
Copy link
Contributor Author

(Alternatively, confirm whether it still installed even though the extension didn't build

No, it didn't get installed

@huguesv
Copy link
Contributor

huguesv commented Feb 23, 2018

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

@zooba zooba self-assigned this Feb 23, 2018
@zooba zooba closed this as completed in 54af7a5 Feb 24, 2018
zooba added a commit that referenced this issue Feb 24, 2018
Fixes #107 pip installing ptvsd fails on Python 2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants