blender_notebook icon indicating copy to clipboard operation
blender_notebook copied to clipboard

Jupyter Notebook fail on Blender 2.93.5 on Linux

Open datenrebell opened this issue 4 years ago • 2 comments

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.

datenrebell avatar Oct 18 '21 14:10 datenrebell

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.

Dzhange avatar Dec 01 '21 19:12 Dzhange

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!

datenrebell avatar Dec 03 '21 08:12 datenrebell