question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install deepchem==2.2.0

See original GitHub issue

I tried to install the 2.2.0 version of deepchem, I executed the following installation command:

 conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.2.0

But I can’t install it properly, I get the following question:

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - deepchem=2.2.0

Current channels:

  - https://conda.anaconda.org/deepchem/linux-64
  - https://conda.anaconda.org/deepchem/noarch
  - https://conda.anaconda.org/rdkit/linux-64
  - https://conda.anaconda.org/rdkit/noarch
  - https://conda.anaconda.org/conda-forge/linux-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://conda.anaconda.org/omnia/linux-64
  - https://conda.anaconda.org/omnia/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-64
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/linux-64
  - https://repo.anaconda.com/pkgs/pro/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
DumbMachinecommented, Jul 12, 2019

The command conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=2.2.0 doesn’t work for me either. The following is the workaround I used to install deepchem:

  1. Visit here and download the source for your python version. ( In my case it was deepchem-2.2.0-py37_0.tar.bz2 ).
  2. Use this command to install with conda, conda install deepchem-2.2.0-py37_0.tar.bz2.
  3. Now if you have all the correct dependencies, this will work just fine.
  4. If any error like ModuleNotFoundError: No module named 'joblib', comes up then install the packages accordingly via conda.
0reactions
peastmancommented, Aug 30, 2019

print(deepchem.version) shows 2.1.1

Don’t worry about that. It just means we forgot to update that value before building 2.2.

can you explain where had it been put or what to do differently to avoid the version mismatch?

I was talking about the files in the conda channel at https://anaconda.org/deepchem/deepchem/files. Some of them had the wrong label, which prevented conda from finding them. It’s fixed now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation — deepchem 2.6.2.dev documentation
Install pip dependencies after deepchem-test is activated. While the deepchem-test environment is activated, open Jupyter Notebook by running jupyter notebook .
Read more >
deepchem/Lobby - Gitter
Having problem installing deepchem in macOS. when using the conda install ( conda install -c deepchem deepchem=2.1.0 python=3.5) it throws ...
Read more >
conda-forge - :: Anaconda.org
apache-airflow-providers-github, 2.2.0 ... Utilities for building and installing packages in the Astropy ecosystem ... conda-forge-build-setup, 4.4.23 ...
Read more >
Getting Started with DeepChem | Depth-First
This article describes DeepChem's installation, and works through an example ... pip3 install tensorflow==2.2.0 pip3 install --pre deepchem.
Read more >
Tutorial Part 22: Finetuning HuggingFace's RoBERTa for ...
Installing DeepChem from source, alongside RDKit for molecule ... __version__: 2.2.0-rc3 Found GPU at: /device:GPU:0. In [2]: !pip install transformers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found