I have installed shapely using pip.
When I run: pip list I get
Package Version
shapely 2.0.3
but when I try to import it, I get the following:
import shapely
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'shapely'
Any ideas on how to fix this?