Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pprint from setup.py #17

Merged
merged 1 commit into from
Aug 31, 2020
Merged

Remove pprint from setup.py #17

merged 1 commit into from
Aug 31, 2020

Conversation

an1lam
Copy link
Contributor

@an1lam an1lam commented Aug 31, 2020

As discussed in this SO post, pprint is a standard library built-in module and therefore can't be listed as a requirement. The speculative reason why this previously worked is because there may have been a package on pypi named 'pprint' that was recently removed.

Should fix #16.

As discussed in this [SO post](https://stackoverflow.com/questions/63457762/error-could-not-find-a-version-that-satisfies-the-requirement-pprint-from-r-r), `pprint` is a standard library built-in module and therefore can't be listed as a requirement. The speculative reason why this previously worked is because there may have been a package on pypi named 'pprint' that was recently removed.

Note that this currently breaks `pip install bpnet`.
@Avsecz
Copy link
Collaborator

Avsecz commented Aug 31, 2020

Thanks!

@Avsecz Avsecz merged commit 0cb7277 into kundajelab:master Aug 31, 2020
@an1lam an1lam deleted the patch-1 branch August 31, 2020 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip install bpnet is broken due to pprint requirement
2 participants