You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a fresh install of pygmt v0.13 on Windows 10 when I try and display a figure with fig.show() I receive a psconvert error. I've run into this issue a few times, and unsure how I ended up fixing it in the past.
According this this issue I tried installing Ghostscript with the official installer, but received the same error still.
Sorry for the delay! I've run that command in CMD. There were no errors or messages, but the file psconvert_100004c.bb was created in the GMT session folder.
Description of the problem
After a fresh install of pygmt v0.13 on Windows 10 when I try and display a figure with
fig.show()
I receive a psconvert error. I've run into this issue a few times, and unsure how I ended up fixing it in the past.According this this issue I tried installing Ghostscript with the official installer, but received the same error still.
The error suggests that psconvert is finding the correct gswin64c.exe, which was an issue for others: #2038, https://forum.generic-mapping-tools.org/t/pygmt-finding-old-ghostscript-with-conda-on-windows/3174/5
Explicitly specifying the gswin path in
fig.show()
also doesn't help, as it did in this issueMinimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: