-
Notifications
You must be signed in to change notification settings - Fork 224
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
GMTCLibNotFoundError after pip install #2510
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct. |
PyGMT relies on GMT, which is not a Python package and can't be installed via |
I was under the impression that also non-python dependencies can be made pip installable. I know of packages with c++ dependencies that are correctly handled via wheels. But I am not experienced with it, so I cannot judge. At least for me it is not a convenient alternative to cartopy at the moment. |
Yes it is possible to have C dependencies like GMT in the PyPI wheels for PyGMT, but it is rather complicated to do so, see the discussion at #1853. |
Description of the problem
After a
pip install pygmt
, running the test code snippet results inGMTCLibNotFoundError
. I have read the https://www.pygmt.org/latest/install.html#finding-the-gmt-shared-library, but this libraries are nowhere to be found in the environment folder. I expect this would work when installing withconda
, but I was actually looking for a pip-installable alternative forcartopy
.Minimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: