-
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
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 9: invalid continuation byte #3279
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. |
What's the output if you run the GMT command |
Also please post the output of the following script:
|
gmtwhich [ERROR]: No files specified |
This doesn't make sense. What about the following command?
|
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. |
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
The text was updated successfully, but these errors were encountered: