-
Notifications
You must be signed in to change notification settings - Fork 1
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
Incompatible with Blender 4.2 #20
Comments
@smlpt Thank you for the reporting the issue. The Mastodon Blender View plugin installs a view packages into Blender. Here it seems the installation script fails because in Blender 4.2 "setuptools" and "pip" are already installed. I think the problem can be easily solved with a few modifications to the install script. It should test if a package is installed before trying to install it. I will look into this. |
I tried to reproduce the problem on my machine. But both Blender 4.2.0 and 4.2.1 works fine. I'm using linux / ubuntu so maybe it is windows specific. I don't know. But this mean it will be a lot identify the problem. My assumption that there is a problem with already installed packages also appears to be wrong. I get the same warnings:
But for me the installation works fine. |
@smlpt Could you help me debug the problem, please. Could you try to execute this script (install_addon.py) in Blender 4.2. Something like: |
We failed to reproduce the problem even on another Windows machine. @smlpt Could you try again. Is there something that might be different on your machine? |
Running the addon with mobile Blender 4.1 gives me this: Details
When I run it with portable v4.2.1, I get: Details
When trying to install the addon from the Mastodon setup window, I get the same error as already shared in the original post. |
I tried to run the addon installer on a portable Blender 4.2 instance, but it threw the error:
Exception
Trying the same with a portable Blender 4.1 works fine.
The text was updated successfully, but these errors were encountered: