nicolai-wachenschwan / arc-overhang-prusaslicer-integration

A 3D printer slicing algorithm that lets you print 90° overhangs without support material.
GNU General Public License v3.0
334 stars 26 forks source link

ImportError: cannot import name 'Point' from 'shapely' #52

Open Mac-EvoyING opened 1 year ago

Mac-EvoyING commented 1 year ago

Hi! Do you have any suggestions about why the import fails? I'm using python 3.11.2 and shapely 1.8.5 in Debian testing.

Thanks in advance!

nicolai-wachenschwan commented 1 year ago

Hey, sorry for the very late answer, but this is not a script associated problem. Maybe you have multiple python versions installed and the one you use for the script execution has shapely not installed. try calling the python by full path and then pip install shapely.

cmadson commented 10 months ago

Nicolai nailed it here. I had to update brew on my Mac, then install command line tools, then update brew again and then installed shapely again via brew. It took a couple interations to make it work. Only after did I notice that I had python and python3 and they were installing to separate libraries on my computer.