2

I'm getting this error when I issue pip install python-jose on Windows:

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

I'm confused as why I need to install Visual C++ 14.0?

user3253156
  • 381
  • 1
  • 2
  • 10
  • 4
    You need a C compiler to build [pycrypto](https://pypi.python.org/pypi/pycrypto). –  Jun 26 '17 at 21:23
  • Is there a way to get the python-jose installed without compiling locally, I don't really want to install VC++ just to use this feature. – user3253156 Jun 27 '17 at 02:28
  • https://stackoverflow.com/search?q=pycrypto+windows – phd Jun 27 '17 at 09:42

0 Answers0