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

Enable installation of aiida-core with conda and Python 3.9 #5037

Closed
csadorf opened this issue Aug 3, 2021 · 4 comments
Closed

Enable installation of aiida-core with conda and Python 3.9 #5037

csadorf opened this issue Aug 3, 2021 · 4 comments
Assignees
Labels
topic/dependencies/constraint Issues related to dependency constraints that should be resolved. topic/dependencies

Comments

@csadorf
Copy link
Contributor

csadorf commented Aug 3, 2021

It is currently not possible to install aiida-core with Python 3.9, see minimal example:

$ conda create -n aiida-py39 python=3.9 aiida-core
Collecting package metadata (current_repodata.json): \done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: /
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Package python conflicts for:
aiida-core -> aio-pika~=6.6 -> python[version='2.7.*|3.5.*|3.6.*|>=3.6|>=3.9,<3.10.0a0|>=3|>=3.5,<3.6.0a0|=2.7|>=3.5|>=2.7|3.4.*|3.8.*|3.7.*']
python=3.9
aiida-core -> python[version='>=2.7,<2.8.0a0|>=3.5|~=3.7|>=3.6,<3.7.0a0|>=3.8,<3.9.0a0|>=3.7,<3.8.0a0']
@csadorf csadorf added topic/dependencies topic/dependencies/constraint Issues related to dependency constraints that should be resolved. labels Aug 3, 2021
@csadorf csadorf self-assigned this Aug 3, 2021
@csadorf csadorf changed the title Unable to install aiida-core with conda and Python 3.9 Enable installation of aiida-core with conda and Python 3.9 Aug 3, 2021
@csadorf
Copy link
Contributor Author

csadorf commented Aug 3, 2021

@ltalirz Should we rather track this in the https://github.com/conda-forge/aiida-core-feedstock repository?

@ltalirz
Copy link
Member

ltalirz commented Aug 3, 2021

yes, I think so

@csadorf
Copy link
Contributor Author

csadorf commented Aug 3, 2021

@ltalirz Can you transfer the issue ? I am lacking permissions to do so.

@ltalirz
Copy link
Member

ltalirz commented Aug 3, 2021

As far as I am aware, one can only transfer issues within the same github organisation. I.e. we will need to open a separate one in any case. I'll take care of it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/dependencies/constraint Issues related to dependency constraints that should be resolved. topic/dependencies
Projects
None yet
Development

No branches or pull requests

2 participants