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.
Running
pip install bpnet
currently fails with the following error:This is likely related to the issue described in this SO post, where including
pprint
in a requirements list, such as this repository does insetup.py
, was previously a harmless mistake and has now become a breaking mistake.