-
Notifications
You must be signed in to change notification settings - Fork 35
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
pprint dependency prevents conda env create #23
Comments
Hey! This is weird. pprint should be part of the standard data library. Do you know if there a way to check which of the dependencies transitively require the pprint package? Which conda version are you using? It works fine for me with 4.7.10. Could you try running
I obtained that environment by installing the bpnet environment and then exporting it with |
Hey, Sadly I'm receiving the same error message. I also tried setting up the environment with the environment.yml you posted, but the problem persists. Is there any workaround for this problem? Note that using your environment.yml it first stated that Conda version: 4.10.1 |
Hm. This is really weird because pprint is a standard library https://docs.python.org/3/library/pprint.html. Can you create the conda environment from my environment.yml above, but replace |
Hi, Unfortunately, installation of bpnet (via the yml file above, and Thanks in advance! |
Hm. The pypi version of BPNet is out-of-date and it might be including pprint as a dependency. One should be installing bpnet from github. Therefore, I would suggest replacing |
I tried to install bpnet from github. It works. Thanks! |
pip install pprint -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com can solve this problem |
I had a similar issue and can confirm that the solution given by @wangdepin worked for me -- thank you.
~running on macOS Big Sur 11.3.1 |
Hi,
I get the error below when trying to create the conda env for bpnet. I get a similar error using either method in the git README. I can install the dependencies manually, then install bpnet with pip --no-deps but will I be missing something?
The text was updated successfully, but these errors were encountered: