-
Notifications
You must be signed in to change notification settings - Fork 11
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
Shapely.lib not found #178
Comments
I was on Arch Linux, and i can solve this by simply install the shapely.lib from the repos of my linux system. It was a python library. |
I had the same issue with blender 4.2. I confirmed that shapely was already installed on my system. |
I'm using release 1.0.53 with Blender 4.2.1. My workaround on my manjaro linux with manjaro shapely package installed: remove local installed shapely
|
I think this is a Python issue, I also encountered this on Arch-based Linux distros. tldr: Download from blender.org instead of installing with your package manager on Linux distros because of Python version conflicts Long version: 3.12 released a while ago, and 3.13 is out now or soon. This wasn't an issue before because BlenderCAM used to use a script to install dependencies via pip, which handled all version and compatibility issues, but the new method recommended by Blender is to package binary wheels compatible with Python 3.11 only and tell people to download Blender from Blender.org instead of using their package managers. |
I'm obsering the same on Fedora 41 with An attempt to installing fabexcnc.zip v1.0.57 produces on the console the following output:
On the one hand it's true that
On the other hand pressing Shift-F4 on blender confirms that
Which matches with what I have installed on the system:
Based on my observations, I don't think so. |
Hi @dwrobel - you are having the same Python issue that I outlined above. Note the Python version displayed by your Console - '3.13.0' If you want to use the addon with Python 3.13 you must source, download and install the matching wheels 'cp313' from PyPI - or use your system Python to You are correct that it can install the wheels, and that they will display in the console, but they must match Blender's Python version in order to actually work. To make things simpler for everyone:
If the Blender console does not display 'PYTHON INTERACTIVE CONSOLE 3.11.0' then the addon will not work. This is a Python issue, and it has been discussed with the Blender developers - they feel that it is more important to adhere to the VFX Reference Platform which states that Python 3.11 is the only officially supported version for 2024 and 2025. |
It is really weird bug. When I open blender and install blendercam, it works opening all panels and configurations. But if I close blender and open it again, blendercam is not loaded. Going to add-ons config and re enabling it, I'm getting the following error:
Regards,
A.
The text was updated successfully, but these errors were encountered: