Skip to content
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

Version requirements for dependencies in setup.py #1

Open
karthikcharan83 opened this issue Jul 15, 2015 · 1 comment
Open

Version requirements for dependencies in setup.py #1

karthikcharan83 opened this issue Jul 15, 2015 · 1 comment
Assignees
Labels

Comments

@karthikcharan83
Copy link
Member

When python setup,py install is run to install PopGen after installing Anaconda, it fails when trying to check for the dependencies

Installing popgen_run script to C:\Anaconda\Scripts
Installed c:\anaconda\lib\site-packages\popgen-2.0b2-py2.7.egg
Processing dependencies for popgen==2.0b2
Searching for pandas==0.16.1
Reading https://pypi.python.org/simple/pandas/
Download error on https://pypi.python.org/simple/pandas/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some packages may not be found!
Couldn't retrieve index page for 'pandas'
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) -- Some packages may not be found!
No local packages or download links found for pandas==0.16.1 error: Could not find suitable distribution for Requirement.parse('pandas==0.16.1')

This is likely due to the mismatch in the versions of software that ship with Anaconda distribution.

@karthikcharan83
Copy link
Member Author

@daehyun93 let us not close the bugs before they are verified by one other user.

Also, I think I understand what you did here - you were trying to move the bug you wanted to report to a separate issue but you should not have closed the previous issue because that is still unresolved.

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

2 participants