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

issues with installation #105

Open
jgunstone opened this issue Apr 9, 2024 · 1 comment
Open

issues with installation #105

jgunstone opened this issue Apr 9, 2024 · 1 comment

Comments

@jgunstone
Copy link

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
Copy link
Owner

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.

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