bernhard-42 / jupyter-cadquery

An extension to render cadquery objects in JupyterLab via pythreejs
Apache License 2.0
314 stars 44 forks source link

issues with installation #105

Open jgunstone opened 5 months ago

jgunstone commented 5 months ago

hi there, I've been playing cadquery and build123d and think they are awesome and am excited to get it into jupyter. I've installed successfully in the past but just tried again and am having issues.

this failed: mamba create -n jcq3 -c conda-forge -c cadquery python=3.10 cadquery=master vtk=9.2.2

so I had to relax the dependencies:

mamba create -n jcq3 -c conda-forge -c cadquery python cadquery=master vtk
mamba activate jcq3

then when installing the pip dependencies: pip install jupyter-cadquery==3.5.2 cadquery-massembly==1.0.0 matplotlib

it failed again: image

cheers

bernhard-42 commented 5 months ago

I currently don't have time to update jupyter_cadquery. My focus is on https://github.com/bernhard-42/vscode-ocp-cad-viewer. So if you are willing to work with VS Code, this works great with build123d and cadquery. I plan to bring all the features of OCP CAD VIewer to Jupyter in the future, but I don't have an ETA.