-
Notifications
You must be signed in to change notification settings - Fork 181
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
Cannot install pyne with conda on ubuntu #1452
Comments
Hi, and welcome to PyNE! 👋 Thanks for opening your first issue. We recommend that you include information such as the version of PyNE you're working with (eg, develop branch or a specific version), the platform you are operating on, the expected behavior, and the actual behavior you are bringing our attention to. The more deatil you provide, the better others in this community will be able to help you. |
Perhaps linked to this issue conda/conda#11442 |
You might be able to temporarily get around this by using |
Perhaps one can use conda to create an empty environment then use mamba to add to the environment conda create --name empty_env python=3.9
mamba env update --name empty_env --file environment.yml |
Thank you @kkiesling , this was a really helpful advice and it solved my problem! All I had to do was:
|
Describe the Bug
I'm unable to install pyne using conda on ubuntu 20.04.
To Reproduce
My environment.yml file:
Executing:
$ conda env create -f environment.yml
results into:
Expected Behavior
I expect the environment to be created.
Information regarding my system:
The text was updated successfully, but these errors were encountered: