cmap / cmapPy

Assorted tools for interacting with .gct, .gctx files and other Connectivity Map (Broad Institute) data/tools
https://clue.io/cmapPy/index.html
BSD 3-Clause "New" or "Revised" License
124 stars 74 forks source link

Solving environment: failed #74

Open antonkratz opened 3 years ago

antonkratz commented 3 years ago

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!