pschatzmann / jupyter-openscad-kernel

Jupyter kernel for OpenSCAD
11 stars 3 forks source link

Error when running python -m iopenscad.install installation step #10

Closed x86girl closed 2 years ago

x86girl commented 2 years ago

I'm having trouble when trying to install jupyter-openscad-kernel.

Using a Python 3.10.4 venv, I could not install jupyter-openscad-kernel. Reproducing steps:

Can you help me?

pschatzmann commented 2 years ago

That's strange: by default the kernel specs go to /usr/local/share/jupyter/kernels When I run python -m iopenscad.install I am getting [InstallKernelSpec] Removing existing kernelspec in /usr/local/share/jupyter/kernels/openscad [InstallKernelSpec] Installed kernelspec openscad in /usr/local/share/jupyter/kernels/openscad

I would not know why you get /home/priscila/3d/jupyter-openscad-kernel/iopenscad/openscad

Did you run the pip install jupyterlab ? What do you get when you do a ls /home/priscila/3d/jupyter-openscad-kernel/ ? is the jupyter command working ?

Alternativly you can just start the docker image: https://hub.docker.com/r/pschatzmann/iopenscad

x86girl commented 2 years ago

I tried the docker image and it worked perfectly, thanks!