-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Hi Numes,
I'm unable to run the FACSvatar_zeromq.py script from blender while the same script and pyzmq version works well with blender 2.79.
I'm getting the following error:
Traceback (most recent call last): File "<blender_console>", line 1, in <module> File "/home/mon/FACSvatar/blender/facsvatar_zeromq.py", line 9, in <module> import zmq File "/home/mon/anaconda3/envs/blender_demo/lib/python3.5/site-packages/zmq/backend/cython/__init__.py", line 6, in <module> from . import (constants, error, message, context, ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython' (most likely due to a circular import) (/home/mon/anaconda3/envs/blender_demo/lib/python3.5/site-packages/zmq/backend/cython/__init__.py)
I've tried multiple things to resolve this but with no success.
Has anyone tried using FACSvatar visualization with newer versions of blender(3.3 or any other).
Please let me know if you're using FACSvatar with blender and which version of pyzmq??
Thanks