Ok so I moved from a Jupyter notebook to my terminal, uninstalled deepchem, and ran the command conda install -c conda-forge rdkit deepchem==2.7.1
. It is now checking for inconsistencies and attempting to solve the environment.
This is what it looks like so far:
Collecting package metadata (current_repodata.json): done
Solving environment: |
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/osx-64::scikit-learn==1.0.2=py39hae1ba45_1
- defaults/osx-64::scikit-image==0.19.2=py39hae1ba45_0
- defaults/osx-64::scikit-learn-intelex==2021.6.0=py39hecd8cb5_0
- defaults/osx-64::datashader==0.14.1=py39hecd8cb5_0
- defaults/osx-64::statsmodels==0.13.2=py39hca72f7f_0
- defaults/osx-64::gensim==4.1.2=py39he9d5cce_0
- defaults/noarch::seaborn==0.11.2=pyhd3eb1b0_0
- defaults/osx-64::anaconda==custom=py39_1
- defaults/osx-64::_anaconda_depends==2022.10=py39_2
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- defaults/osx-64::scikit-learn==1.0.2=py39hae1ba45_1
- defaults/osx-64::scikit-image==0.19.2=py39hae1ba45_0
- defaults/osx-64::scikit-learn-intelex==2021.6.0=py39hecd8cb5_0
- defaults/osx-64::datashader==0.14.1=py39hecd8cb5_0
- defaults/osx-64::statsmodels==0.13.2=py39hca72f7f_0
- defaults/osx-64::gensim==4.1.2=py39he9d5cce_0
- defaults/noarch::seaborn==0.11.2=pyhd3eb1b0_0
- defaults/osx-64::anaconda==custom=py39_1
- defaults/osx-64::_anaconda_depends==2022.10=py39_2
failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
I have been doing all of this in my base environment - do you recommend I create an environment specifically for working with deepchem?
Thanks.