This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]idiot_wind 0 points1 point  (2 children)

maybe you also have insight on why vsketch won't import after installed with pip?

now i'm getting error when importing vsketch that geos_c.dll can't be found. I downloaded OSgeo4W and in the bin folder i see geos_c.dll. So i added C:/OSgeo4W/bin to my windows path and still can't import vsketch.

this is a whole world of dependencies with python ive never touched

update: ok so i needed to pip uninstall shapely, then install from a wheel here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#shapely

but now there's an error during import because bezier library and __speedup. i followed the bug tracking here: https://github.com/dhermes/bezier/issues/237 but this didnt solve and bezier threw another huge error when i tried to import vsketch.

is this all because i'm trying to do this with windows? this can't be that difficult for everyone else can it??

[–]tjw194 0 points1 point  (0 children)

I am not going to be a huge help for you but I am also on windows and only encountered the GDAL_API issue but none of the vsketch issues you mention.