-
Notifications
You must be signed in to change notification settings - Fork 209
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
unable to install Ipopt on Mac #968
Comments
Hello @nikhil550 ! It is worth keeping this issue open so that we track the problem and later revise the environment as the #494 issue is solved, which enables to upgrade pypsa and support the solving capabilities using linopy. |
I faced the same issue. Removing the constraint on ipopt in the |
I was able to install by removing removing Ipopt and installing locally per the recommendation above. |
This occurs because
It is possible to work around this by running Would it be possible to update pypsa-earth to work with ipopt 3.14.5 or later? |
Thanks for sharing your experience @mfripp! As discussed above, that is a system-dependent issue a clean solution for which requires introducing consecutive fixes into the environment. For the newer Mac OS versions, removing the version constraint for |
Hi all, Current situation Experiment I tried to remove ipopt<3.13.3. In this case, CI-linux and CI-Mac work fine, however CI-windows fails with the following error After a bit of reading I found an explanation at this link. |
@davide-f Since I opened I will be a good citizen and retest and close. |
Much appreciated, if you don't have availability, please advise. |
Tested and works as documented. |
Checklist
main
branch or the latest release. Please indicate.pypsa-earth
environment. Update viaconda env update -f envs/environment.yaml
.Describe the Bug
Installing pypsa earth on Mac M1, mamba was unable to install Ipopt dependecy.
Error Message
mamba env create -f envs/environment.yaml
yielded the following error:with conda env update:
The text was updated successfully, but these errors were encountered: