Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter Notebook fail on Blender 2.93.5 on Linux #7

Open
jsmendek opened this issue Oct 18, 2021 · 2 comments
Open

Jupyter Notebook fail on Blender 2.93.5 on Linux #7

jsmendek opened this issue Oct 18, 2021 · 2 comments

Comments

@jsmendek
Copy link

jsmendek commented Oct 18, 2021

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.

@Dzhange
Copy link

Dzhange commented Dec 1, 2021

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.

@jsmendek
Copy link
Author

jsmendek commented Dec 3, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants