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
I am trying to install cmappy following the instructions in this repo with the current anconda: conda create --name my_cmapPy_env -c bioconda python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 cmappy
, however:
PackagesNotFoundError: The following packages are not available from current channels:
- numpy=1.11.2
- requests==2.13.0
- python=2.7.11
Please advise how to proceed with the installation!
The text was updated successfully, but these errors were encountered:
I am trying to install cmappy following the instructions in this repo with the current anconda:
conda create --name my_cmapPy_env -c bioconda python=2.7.11 numpy=1.11.2 pandas=0.20.3 h5py=2.7.0 requests==2.13.0 cmappy
, however:
Please advise how to proceed with the installation!
The text was updated successfully, but these errors were encountered: