rdkit install fails with “Could not find URL: https://pypi.python.org/win-64”. However, this URL does not exist !!

0 views
Skip to first unread message

NEAL F

unread,
Jul 25, 2016, 4:15:59 PM7/25/16
to conda - Public

I'm trying to install the python package rdkit using both Anaconda (I can't install using either)

  • Python 2.7.10 (Anaconda 2.3.0 (64-bit)
  • Python 3.4.3 (Anaconda 2.3.0 (64-bit)

The rdkit page at Anaconda is: https://conda.anaconda.org/rdkit. The syntax from the Anaconda site is:

conda install -c https://conda.anaconda.org/rdkit <package>

However both of the following fail:

conda install -c https://conda.anaconda.org/rdkit rdkit
conda install -c https://conda.anaconda.org/rdkit/win-64 rdkit

The install URL for the official rdkit is: http://www.rdkit.org/docs/Install.html

The syntax from rdkit site to create a new conda virtual environment is:

conda create -c https://conda.anaconda.org/rdkit -n my-rdkit-env rdkit

However, everything fails with:

Fetching package metadata: ... Error: Could not find URL: https://pypi.python.org/win-64

Surprising the "pypi.python.org/win-64" URL does not exist !!

SOL ??

Thanks !

Edison Gustavo Muenz

unread,
Jul 25, 2016, 7:23:31 PM7/25/16
to NEAL F, conda - Public

What is the output of this command:

conda install -c https://conda.anaconda.org/rdkit rdkit

Also, could you try:

conda install -c rdkit rdkit

And show the output?

Reply all
Reply to author
Forward
0 new messages