blender_notebook
blender_notebook copied to clipboard
Jupyter Notebook fail on Blender 2.93.5 on Linux
Hello,
With the blender version 2.93.5 I've got the error
ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython'
blender-notebook==0.0.3 ipykernel==6.4.1 ipython==7.28.0 jupyter==1.0.0 jupyter-client==7.0.6 jupyter-console==6.4.0 jupyter-core==4.8.1 pyzmq==22.3.0 ...
Can someone help please? On Blender 2.83.18 it works fine.
The problem might come with the python version. In v2.93 blender is using python3.9, so you should create a conda environment with python3.9, then everything should work.
The problem might come with the python version. In v2.93 blender is using python3.9, so you should create a conda environment with python3.9, then everything should work.
I download python 3.9, build an environment and it works . Thanks!