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
332 stars 26 forks source link

Problem with libary install on mac #28

Closed bifaciall closed 1 year ago

bifaciall commented 1 year ago

when I try to run it, it says there is no module named shapely-> ergo i hadnt installed it; thing is: I have

bifaciall commented 1 year ago

it also says that when I run it normally; why is that? I have installed it

nicolai-wachenschwan commented 1 year ago

probably you have multiple python executables. (Kind of usual). Fix: open terminal and insert the complete path of the python-executable, just as the first path in the prusaSlicer script. Than append the mac-command for pip install shapely and press enter. =>will install the lib in the right python environment.

Please try this and report if it was successful :)

salamanders commented 1 year ago

I was able to get it to execute on a mac with default python pip install steps. +1 to "you may have installed the dependencies in a different place"

Henk72 commented 1 year ago

Thanks for the answer, great solution

bifaciall commented 1 year ago

probably you have multiple python executables. (Kind of usual).

Fix: open terminal and insert the complete path of the python-executable, just as the first path in the prusaSlicer script.

Than append the mac-command for pip install shapely and press enter.

=>will install the lib in the right python environment.

Please try this and report if it was successful :)

I will try it when im home