-
Notifications
You must be signed in to change notification settings - Fork 137
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
Failure to install on mac #730
Comments
Dear @srkaeppler, not sure why the test target fails, but the installation generally seems to have worked. Can you check if the following works cd /Users/srkaeppler/research/data/pygimli/source/
python -c "import pygimli; print(pygimli.__version__)" If yes, you probably just need to add the path to your Best wishes |
I also very much appreciate the help. I have debated whether to just use conda and bite the bullet. Brady got me onto this code and I have a particular nonlinear regularization problem I am wondering if this code could help with, so I am especially interested in the regularization notebooks, etc. |
After some recent changes on the build toolchain its good to remove the You could also give the In the new branch are new make targets which should produce valid whl files for local pip installation.
Both create there respective whl files and test them against a local test venv. The final whl's you can find in build/wheelhouse. If there is something wrong maybe the cmake output give some hints. |
@carsten-forty2 @florian-wagner One:
Two:
One last thing, how do I build or make |
@carsten-forty2 @florian-wagner Thank you both for helping me! Once we get this working, I am happy to post this to you in some form and you could potentially add it to your website. |
Just recloned this morning and getting new errors during the file INSTALL cannot find
"/Users/srkaeppler/research/data/pygimli/source/build/gimli_export.h": No
such file or directory.
Call Stack (most recent call first):
cmake_install.cmake:42 (include) |
The documentation has gotten a lot better on installation. I decided to attempt to install on mac using
brew
andvenv
. I realize this is not supported, but I have wanted to stay away fromconda
because I heard that it is hard to remove from your computer, although I may go that route. I was able to get completions of:make -j=8
andmake pygimli J=8
However, when I test the code by loading the code, I get the following error:
I am not sure what the issue is.
My brew and enviornment installation includes the following packages:
Here is the full output in this file: https://www.dropbox.com/scl/fi/7antaqtoafg3ra3tsmgms/gimli-srkaeppler-Stephens-MBP-2-pygiml.txt?rlkey=rdlr69962pl34qwibilcjay22&dl=0
The text was updated successfully, but these errors were encountered: