55187/python-pip-error-microsoft-visual-c-14-0-is-required
I am getting the error:
error: Microsoft Visual C++ 14.0 is required
When I try to install pycrypto module using the following command:
pip install pycrypto
How to solve this?
Seems like the setup tools for python aren’t up-to-date. Try upgrading them first and then install pycrypto
pip install --upgrade setuptools pip install pycrypto
Hi, @There,
You need to install the visual c++ build tools. But you can download them here: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Note that while the error is calling for vc++ 14.0 - everything will work with newer versions of visual c++.
The right datatype for destination in argpasrse module ...READ MORE
NameError: name 'xx' is not defined Python knows ...READ MORE
why am i getting a name error ...READ MORE
you get a type error when you ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
rm -rf node_modules READ MORE
It depends on what do you expect ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.