We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of the problem
It seems PyGMT can't correctly find GMT for Python 3.6 + Windows. The error messages are:
pygmt.exceptions.GMTCLibNotFoundError: Error loading the GMT shared library 'gmt.dll, gmt_w64.dll, gmt_w32.dll, C:\Miniconda3\envs\test\Library\bin\gmt.dll':
It works before but failed in recent builds, for example, https://github.com/GenericMappingTools/pygmt/runs/1404103533.
The text was updated successfully, but these errors were encountered:
Is it:
Sorry, something went wrong.
See some debugging in #694. The gmt.dll is found in the system, but PyGMT can't load it.
#628 won't help with the issue, because gmt --show-library just returns the full path to the GMT library.
gmt --show-library
Closed with #699, see more discussion on why at #690.
No branches or pull requests
Description of the problem
It seems PyGMT can't correctly find GMT for Python 3.6 + Windows. The error messages are:
It works before but failed in recent builds, for example, https://github.com/GenericMappingTools/pygmt/runs/1404103533.
The text was updated successfully, but these errors were encountered: