Skip to content

DOC: link to install instructions in README.md #13870

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aseering opened this issue Aug 1, 2016 · 6 comments
Closed

DOC: link to install instructions in README.md #13870

aseering opened this issue Aug 1, 2016 · 6 comments
Labels
Milestone

Comments

@aseering
Copy link

aseering commented Aug 1, 2016

edit: the install instructions in the github README.md are out of date. They should link to the install instructions on the website


I'm not sure what the expectation is here, but it seems to me that something's not right... The installation instructions say that easy_install has access to binary packages. However, easy_install fails if the appropriate compiler is not available. Would it be possible to either clarify the instructions to explain that binary packages are not available via easy_install, or fix the package to work without a compiler?

Code Sample, a copy-pastable example if possible

C:\> easy_install.exe pandas

Expected Output

Pandas should be successfully installed

Actual Output

error: Setup script exited with error: Microsoft Visual C++ 9.0 is required (Unable to require vcvarsall.bat). Get it from http://aka.ms/vcpython27

output of pd.show_versions()

easy_install is trying to install pandas-0.18.1.
However, it is not succeeding. As a result, import pandas as pd throws ImportError and I cannot run this command.

@aseering
Copy link
Author

aseering commented Aug 1, 2016

For reference: easy_install.exe numpy works fine on this machine.

@TomAugspurger
Copy link
Contributor

Sorry that README is out of date. Install instructions are at http://pandas.pydata.org/pandas-docs/stable/install.html

does pip install pandas work for you?

@TomAugspurger TomAugspurger changed the title Binary 'pandas' package requires DOC: link to install instructions in README.md Aug 1, 2016
@aseering
Copy link
Author

aseering commented Aug 1, 2016

Thanks @TomAugspurger for the reply! Unfortunately, no -- pip install pandas hits the same error.

@TomAugspurger
Copy link
Contributor

What are you Python and pip versions? Any semi-recent version of pip should work.

See this list of binary wheels at https://pypi.python.org/pypi/pandas/0.18.1, which is what pip install pandas fetches from.

@aseering
Copy link
Author

aseering commented Aug 1, 2016

Ah, that did it! This machine has Python 2.7.9 and pip 1.5.6. pip install --upgrade pip upgraded to pip 8.1.2. After the upgrade, pip install pandas succeeds.

@jorisvandenbossche
Copy link
Member

This was closed by #13882

@jorisvandenbossche jorisvandenbossche added this to the 0.19.0 milestone Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants