Home > other >  The Python, the installation of the pandas
The Python, the installation of the pandas

Time:09-23

Beg god give directions, check a lot of tutorials, but always under the Windows installation is not successful,
1. First of all, I first according to the http://blog.csdn.net/huanbia/article/details/51718840#quote tutorial for installation, but in the installation of PIP, perform the get - PIP. The following errors in py, download the installation is not successful, many times repeatedly finally gave up this way,

2. The installation is carried out in accordance with the http://blog.csdn.net/u013457065/article/details/49557943#plain tutorial again, PIP installation is successful, but when installing a pandas, perform PIP install pandas, have appeared the following error,

I will download the pandas - 0.17.0 - cp27 - none - win32. WHL, in the file directory, execute the PIP install pandas - 0.17.0 - cp27 - none - win32. WHL, has not yet been successful, appear the error,

Strives for the great god give directions, exactly how to install,
Finally in the test, the import first pandas, and there is a problem, because there is no installation was successful, but the plot (arange (10)) succeeded, figure,
The following Python and EPDfree version,

CodePudding user response:

The original poster directly download the installation package, and then the python setup is the install

CodePudding user response:

Hello:
Don't know if you have answered, I just contact the pandas today and send you the solution, the hope can help you
To this web site, https://pypi.org/project/pandas/, and then have a file download, choose to suit your phython version of pandas, download to folder, PIP is my python/Scripts, then switch CMD to this folder, run the PIP install + download pandas version, because of Internet connection, may be in the process of installation will be terminated and rerun this time
  • Related