-
Notifications
You must be signed in to change notification settings - Fork 0
MacOS python 3.10 required but not found #6
Copy link
Copy link
Open
Description
When I try to run smart segments on MacOS I get this error:
Smart Segments setup failed. Python 3.10 is required but not found
To fix this issue:
1. Download Python 3.10 from https://python.org
2. During installation, check 'Add Python to PATH'
3. Complete the installation
4. Restart Krita
5. Try Smart Segments again
Alternative: Install Python 3.10 from Microsoft Store
Failed to create virtual environment.
Please ensure Python 3.10 is installed on your system:
• On Windows: Install Python 3.10 from python.org
• Make sure 'py' launcher is available (installed by default)
• Or install Python 3.10 via Microsoft Store
After installing Python 3.10, restart Krita and try again.
The system version of python on this mac is 3.9.6. In the Krita application bundle there's python 3.10 in Krita.app/Contents/Frameworks/Python.framework/Versions/3.10/
My installation of Krita is not in the default MacOS /Applications directory (don't have admin access to install it), but in ~/Library/Applications/, if that makes a difference …
Reactions are currently unavailable