Closed labrosse closed 3 years ago
@labrosse Your PyGMT version is too old. v0.2.1 was released on Nov. 14, 2020, and there are a lot of new features, enhancements, and fixes since that release (see https://www.pygmt.org/dev/changes.html for all changes for each release).
The latest stable release is v0.4.1 on Aug. 7, 2021. I recommend you upgrade your PyGMT to the latest to access new features.
Thanks a lot, it works. Oddly enough, when I tried conda update pygmt, it said it was satisfied with what was installed. I had to do a fresh install of conda to get the proper version. I guess my previous install was not quite correct. Everything works fine now!
Thanks a lot, it works. Oddly enough, when I tried conda update pygmt, it said it was satisfied with what was installed. I had to do a fresh install of conda to get the proper version. I guess my previous install was not quite correct. Everything works fine now!
Good to hear everything's working now!
Description of the problem
I am having troubles running examples from the user guide that are using pygmt.datasets.load_earth_relief. I get two types of errors:
I don't know if the problem comes from my install.
Full code that generated the error
Full error message resolution="10m"
With resolution="01m"
System information
Please paste the output of
python -c "import pygmt; pygmt.show_versions()"
: