You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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:
then when installing the pip dependencies:
pip install jupyter-cadquery==3.5.2 cadquery-massembly==1.0.0 matplotlib
it failed again:
cheers
The text was updated successfully, but these errors were encountered: