-
Notifications
You must be signed in to change notification settings - Fork 189
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
Install via pip/conda broken #4993
Comments
@chrisjsewell, @ramirezfranciscof @mbercx. I believe it is critical to have a release as soon as possible. We will soon have an aiida school and people might try out in advance. In here we will also run a siesta school next week and want to present aiida as well. Thank you! |
@bosonie This doesn't help for people trying it out on their own unless they happen to find this issue, but for the in person stuff manually downgrading
The conda installation is a bit more complicated (either due to it being harder or due to me not being all that familiar with anaconda...one of the two). I found just installing the services, then doing everything else via pip worked:
|
Thanks @mjclarke94, I'm aware of the fix (and not an expert of conda either) and it is good to have it here for reference. |
@bosonie I figured you might be! You just highlighted to me that I complained about a problem and neglected to mention the actual solution... |
Hey @mjclarke94 @bosonie thanks for the heads up on this! Indeed from what you are saying this sounds problematic, sorry we didn't notice this (the problem and/or this issue) before. If I understand correctly the merged PR referenced in this OP (#4989) solves the problem, we just need to hot fix this into a released version? |
I don't know much about |
Yeah, I think so. My only question would be about pinning to
on the off chance that some bug in |
Agree with @mjclarke94 ! |
I'm also not an expert on the requirements syntax, but from what I could understand from the PEP that the pip installer is following, |
Ah ok. Then it is exactly what we need! Therefore a release will be enough! |
Guys, don’t worry I’m going to make a release now |
@ramirezfranciscof Ah, right you are. |
The issue referenced in #4989 does more than just break the testing; it prevents the creation of profiles from a clean install.
A hotfix to update the dependencies may be needed in the short term as right now installations via pip and conda are broken.
The text was updated successfully, but these errors were encountered: