Hi,
I get this error when starting the docker container.
replacing CR_PATH for CR >= 0.4.0...
starting crowdrender server in CLOUD MODE.....................
Blender 3.2.1 (hash a2d59b2dac9e built 2022-07-05 23:53:28)
Error: Python: Traceback (most recent call last):
File "/root/.config/blender/3.2/scripts/addons/crowdrender/cr_source/core/serv_int_start.py", line 84, in <module>
from cr_source.core import server_interface
File "/root/.config/blender/3.2/scripts/addons/crowdrender/cr_source/core/server_interface.py", line 32, in <module>
import zmq
ModuleNotFoundError: No module named 'zmq'
Hey Lukasz :)
CR V0.4.0 only supports up to Blender 2.93 LTS. The latest stable versions (currently V0.6.0) support up to Blender 3.2 in the containers, and up to Blender 3.4 bare metal.
I suspect that the error you're getting is due to this, maybe try running an image that has Blender 2.93LTS and let me know if you still have a problem with it starting?