Closed PPaircas closed 5 months ago
👋 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.
What's the output if you run the GMT command gmt which -Ga @earth_relief_01d_g
in terminal?
Also please post the output of the following script:
import pygmt
pygmt.which("@earth_relief_01d_g", download="a", verbose="d")
What's the output if you run the GMT command
gmt which -Ga @earth_relief_01d_g
in terminal?
gmtwhich [ERROR]: No files specified
Also please post the output of the following script:
import pygmt pygmt.which("@earth_relief_01d_g", download="a", verbose="d")
What's the output if you run the GMT command
gmt which -Ga @earth_relief_01d_g
in terminal?gmtwhich [ERROR]: No files specified
This doesn't make sense. What about the following command?
gmt which -Ga @earth_relief_01d_g -Vd
What's the output if you run the GMT command
gmt which -Ga @earth_relief_01d_g
in terminal?gmtwhich [ERROR]: No files specified
This doesn't make sense. What about the following command?
gmt which -Ga @earth_relief_01d_g -Vd
I see the issue. Your Windows account name contains Chinese characters, but GMT lacks support for paths with non-ASCII characters.
Actually GMT works well with non-ASCII paths on macOS, but on Windows, I'm unsure what's happening.
Actually GMT works well with non-ASCII paths on macOS, but on Windows, I'm unsure what's happening.
Thanks a lot.
Description of the problem
import pygmt
pygmt.show_versions()
grid = pygmt.datasets.load_earth_relief(resolution="01d")
Minimal Complete Verifiable Example
No response
Full error message
System information