python 2.7 – Microsoft Visual C++ 9.0 is required
python 2.7 – Microsoft Visual C++ 9.0 is required
Download the archived version of Microsoft Visual C++ Compiler for Python 2.7 from the following link:
web.archive.org mirror: Microsoft Visual C++ Compiler for Python 2.7
Download and install Microsoft Visual C++ Compiler for Python 2.7 from the following link:
Microsoft Visual C++ Compiler for Python 2.7
python 2.7 – Microsoft Visual C++ 9.0 is required
Answer in 2021:
As python 2.7 is deprecated and the Microsoft Visual C++ 9.0 package from https://www.microsoft.com/en-us/download/details.aspx?id=44266 (@Morteza Zabihi s answer) officially doesnt support Windows 10 (might still work, didnt try). Heres what worked for me:
Simply download a current python version from Python website, e.g., Python 3.9.1. Then installing new packages should work w/o problems.
Related posts on python :
- python – Save Numpy Array using Pickle
- python – A good way to make long strings wrap to newline?
- Boilerplate code in Python?
- Iterate through a file lines in python
- Writing a list to a file with Python
- List of zeros in python
- python – collapse cell in jupyter notebook
- python – A good way to make long strings wrap to newline?