Open tonino0013 opened 5 months ago
Hello @tonino0013,
Thanks for reporting the error. It indeed seems like an issue related to GMT, as indicated by the memory-related error occurring during the GMT garbage collection process.
Could you please let us know how you installed GMT? Specifically, did you use conda install 'pygmt=0.9', or was GMT installed in your Python environment before installing MTUQ?
Additionally, can you check if GMT/pygmt works outside of the MTUQ script? You can test this by running a simple pygmt command to see if it functions correctly.
Please also verify the versions of GMT and pygmt that your environment is using. You can do this by running the following Python code:
import pygmt
print(pygmt.__version__)
print(pygmt.__gmt_version__)
I hope we'll be able to help. We are also planning to release a version of MTUQ without as much dependencies to GMT as the current one, as GMT has been problematic in a few instances.
Thank you!
Hello @thurinj ,
Thank you for the prompt answer.
PyGMT was installed before, I updated to v0.12, I must downgrade this version right?
I applied CONDA to install PyGMT, I think GMT was installed within PyGMT procedure.
print(pygmt.__gmt_version__)
The last command shows me an error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'pygmt' has no attribute '__gmt_version__'. Did you mean: '__version__'?
Let me downgrade the PyGMT to 0.9 version and I will let you known.
Stay safe,
Hello,
I have installed the MTUQ through CONDA environment (following the instructions), no problem so far.
My O.S. is:
While I try to run the examples I got these messages:
while trying to have the figures I obtain this:
Trying to do some debug I found:
[Detaching after vfork from child process 33122] double free or corruption (out)
It seems that GMT is broken, does anybody have this error?
Thanks in advance