-
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
pygmt does not run due to error loading library #353
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. |
How did you install GMT on Windows? Did you use the Windows installer (i.e. gmt-6.0.0rc5-w64.exe)? You should find a GMT library file in GMT's bin directory. What's the name of the GMT library? Did you set the environmental variable |
I used "conda create --name pyGMT python=3.7 pip numpy pandas xarray packaging gmt=6.0.0rc*" In my bin directory there was a gmt.dll, none others I could not find how to change the GMT_LIBRARY_PATH. |
Did you follow the install instruction? I expect to see
What's the bin path of your GMT's bin directory? Is it |
I did follow the install instruction Conda installed GMT with the packages in C:\Users\myname\AppData\Local\Continuum\miniconda3\pkgs\GMT |
how can i fix this Error loading the GMT shared library 'gmt.dll, gmt_w64.dll, gmt_w32.dll': in pygmt runing? |
do we nead installing of gmt.exe for running pygmt ? |
Some body please help me using pygmt, projecting hypocenter to A-A1 line and to plot the cross-section along A-A1. fig.plot( fig.plot(x=[96,103],y=[-3,2],pen="2p,black") pygmt.project(output="cross.dat", fig.show() |
👋🏽 Hi @agusms please post questions on the GMT forum instead: https://forum.generic-mapping-tools.org/ |
Thanks Dr. Leo.. |
When I try to import pygmt using pycharm, there are the above problems. But using CONDA runs smoothly. |
Description of the problem
pygmt does not run due to error loading the library gmt_w64.dll.
There is no file gmt_w64.dll.
I have tried making Python refer to gmt.dll, which is available, but this was unsuccessful.
Full code that generated the error
Full error message
System information
conda list
below:output of conda list
The text was updated successfully, but these errors were encountered: