Closed NanashiTheNameless closed 1 year ago
i get the error
Post-processing script python3 /home/owner/.arc-overhang-prusaslicer-integration/prusa_slicer_post_processing_script.py on file /tmp/.153477.gcode.pp failed. Error code: 1 Output: Traceback (most recent call last): File "/home/owner/.arc-overhang-prusaslicer-integration/prusa_slicer_post_processing_script.py", line 34, in <module> from shapely import Point, Polygon, LineString, GeometryCollection, MultiLineString, MultiPolygon ImportError: cannot import name 'Point' from 'shapely' (/home/owner/.local/lib/python3.11/site-packages/shapely/__init__.py)
pip uninstall shapely pip install shapely helped me
pip uninstall shapely pip install shapely
Yep, That fixed it! thanks i appreciate it
i get the error