-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Incompatibility with Python 3.12 #497
Comments
This issue is likely due to the absence of a wheel compatible with Python 3.12. Currently, all available wheels are built for Python 3.11:
Related issue: realthunder/slvs_py#10 |
I was able to "solve" the issue by rebuilding py_slvs for Python 3.12 (cp312) or by duplicating/renaming an existing cp311 wheel in cp312, and declaring it in blender_manifest.toml. |
In my case (Arch linux) the system Python upgrade to 3.12 removed |
Contact Details
No response
Description
Hi,
When attempting to enable the
CAD_Sketcher
addon in Blender 4.3.1, the following error occurs:Thanks :)
Addon Version
latest
Blender Version
4.3.1
What platform are you running on?
Linux
The text was updated successfully, but these errors were encountered: