Hi, I get this error when starting the docker container for crowdrender, I get this error on both the :latest tag and the :beta tag.
Traceback (most recent call last):
File "/root/.config/blender/2.93/scripts/addons/crowdrender/src/py_3_9/serv_int_start.py", line 78, in <module>
server_interface = crowdrender.src.py_3_9.server_interface
AttributeError: module 'crowdrender.src' has no attribute 'py_3_9'
dodgy, but trying to unregister anyway
Crowd Render add-on Disabled
Blender quit
Ok the containers have been confirmed to be fixed now, so you should be good, please try and let us know!
Hi, we're working on a fix for this :) We recently made changes to the packaging of the addon. Long story, but the TLDR is that to be compliant with the GPL , we had to package plain source files rather than compiled ones. This meant that the command used to start the headless server, which is used in the containers, changed. As a result the containers don't work, but this is being fixed. Will post again once this is done :)
Update: This happens whenever I try to use the newset version, no matter what