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

`pip install bpnet` is broken due to `pprint` requirement #16

Closed an1lam closed 4 years ago

an1lam commented 4 years ago

Running pip install bpnet currently fails with the following error:

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

This is likely related to the issue described in this SO post, where including pprint in a requirements list, such as this repository does in setup.py, was previously a harmless mistake and has now become a breaking mistake.