-
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
GDAL issue? #3789
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. |
Please show your output of Since you're using Anaconda, it's most likely because you're installing packages from both the main and conda-forge channels, which usually cause conflicts. The easiest solution is to use miniforge, not anaconda. |
Or you can try to reinstall gdal from the conda-forge channel, e.g.,
but the installation may be still broken since other packages may also come from the main channel. |
Yes, removing the main channel, leaving only the conda-forge channel, and re-installing miniforge solved the problem. |
Description of the problem
I did a clean conda install in a new environment,
conda install pygmt
(Red Hat linux)
The install finished with no errors, however GMT is non-functional, producing an error message about GDAL library and "undefined symbol" sqlite3_total_changes64 (see the error message).
Is there a workaround?
Thanks,
Yuri
Minimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: