kundajelab / bpnet

Toolkit to train base-resolution deep neural networks on functional genomics data and to interpret them
http://bit.ly/bpnet-colab
MIT License
141 stars 33 forks source link

ERROR: No matching distribution found for deepexplain (Installation of BPnet) #49

Open genecell opened 1 year ago

genecell commented 1 year ago

Hi,

I created a new conda environment, and try to install bpnet following the instruction you provided as well as the solutions to the previous issues, and I met the following error when I run:

pip install git+https://github.com/kundajelab/bpnet.git

the error is:

ERROR: Could not find a version that satisfies the requirement deepexplain (from bpnet) (from versions: none)
ERROR: No matching distribution found for deepexplain

Could you please help me to solve this issue, thank you very much! btw, I have tried different versions of DeepExplain:

Installing collected packages: deepexplain
  Attempting uninstall: deepexplain
    Found existing installation: deepexplain 0.1
    Uninstalling deepexplain-0.1:
      Successfully uninstalled deepexplain-0.1
  Running setup.py develop for deepexplain
Successfully installed deepexplain-0.3

Best regards, Min