Could not find a version that satisfies the requirement numpy>=1.7.0 (from pan das==0.17.0) (from versions: ) No matching distribution found for numpy>=1.7.0 (from pandas==0.17.0)

This evening has been installed pandas, damn, really hard. Later findings suggest that:

Could not find a version that satisfies the requirement numpy>=1.7.0 (from pan
das==0.17.0) (from versions: )
No matching distribution found for numpy>=1.7.0 (from pandas==0.17.0)

 

Numpy updated version of the following steps:

1. Review the current installation package numpy version: pip show numpy 

2. Baidu numpy version required:   https://pypi.org/project/numpy/1.11.2/#files

3. Download the required version: numpy-1.11.2-cp27-none-win32.whl 

4. Install required version: pip install C: \ Python27 \ Scripts \ numpy-1.11.2-cp27-none-win32.whl

5. When prompted successfully installed

 

Guess you like

Origin www.cnblogs.com/sggggr/p/11874857.html