cannot import name 'asPolygon' from 'shapely.geometry'
Hi there,
I have the latest version of shapely and it doesn't seem to recognise 'asPolygon'. Has this been depreciated from shapely?
import spacv
Traceback (most recent call last):
File "
Any recommendations would be greatly appreciated :)
P
I encountered an error as well. If you have a solution, please let me know how you resolved it. Thank you
~I've downloaded the PR #6 via spacv @ git+https://github.com/dluks/spacv@master (spacv==0.0.22) in my requirements.txt but I keep getting~
ImportError: cannot import name 'asPolygon' from 'shapely.geometry'
EDIT: do pip uninstall spacv before reinstalling with pip install git+https://github.com/dluks/spacv@master