You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
When python setup,py install is run to install PopGen after installing Anaconda, it fails when trying to check for the dependencies
This is likely due to the mismatch in the versions of software that ship with Anaconda distribution.
The text was updated successfully, but these errors were encountered: