RuntimeError: Can not find Ghostscript library (libgs)

201 views Asked by At

The problem I'm facing is the same as this one, but I'm on Windows. And using vs code. I've been trying to convert a postscript .eps file to an image .png. (Using pillow and turtle). That returned path to gs not found error. I installed ghost script, installed it's python version. but it shows error when i try to import it.

python ghostscript: RuntimeError: Can not find Ghostscript library (libgs)

Please help me resolve this, or find an alternate to convert the *.EPS to *.PNG. Appreciate your help, and I'm sorry if this makes no sense, kinda new to coding.

0

There are 0 answers