-
This is the error I'm facing when I'm trying to generate a thumbnail on MacOS PursaSlicer. I was facing a permission error but I figured that out thanks to a member on the Facebook Group. I'm hoping someone on here can help me figure this out as it's the only issue I'm facing with PrusaSlicer thus far. Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
Check if you have installed Python 3.x version, usually Pillow library is installed by default in Python 3.x if not, install Pillow library: pip install Pillow with proper permissions. Update your Python version. https://www.geeksforgeeks.org/how-to-install-pillow-on-macos/ |
Beta Was this translation helpful? Give feedback.
-
This rectified the issue with that. Maybe I'd suggest adding a note to the in the WiKi for MAC as I'm probably not the only one with this issue. |
Beta Was this translation helpful? Give feedback.
Check if you have installed Python 3.x version, usually Pillow library is installed by default in Python 3.x if not, install Pillow library:
with proper permissions. Update your Python version.
https://www.geeksforgeeks.org/how-to-install-pillow-on-macos/