When I run the command:
from shapely.geometry import LineString
I get this error:
Could not find module 'C:\Users\SWWB\Anaconda\Library\bin\geos_c.dll' (or one of its dependencies). Try using the full path with constructor syntax.
How can I solve it?
If you tryed to reinstall shapely. But it didn't work. Maybe you could try to install pygeos using following command. It works to me.