Closed eecharlie closed 3 weeks ago
saw that you closed already, but FYI we also have a workaround in the docs https://build123d.readthedocs.io/en/latest/installation.html#special-notes-on-apple-silicon-installs
Thanks! I had been limping along on having installed ocp
and cadquery
but not cadquery-ocp
but I was still getting some inline Jupyter rendering with a horrible limited UI. After following those directions, everything is broken: most unit tests fail in my local development branch of build123d, and in VS Code Jupyter notebooks I get a vtk error message and blank canvass when it tries to render.
I think I'm going to try Docker.
I'm unable to get cadquery/ocp working with
build123d
.cadquery-ocp
:conda install -c conda-forge -c cadquery ocp
which is successful, but does not satisfy the pip dependencies ofbuild123d
However, disabling
build123d
's dependencies oncadquery-ocp
andocpsvg
(via editingpyproject.toml
) allow installation of build123d to proceed, as in my case I haveocpsvg==0.2.1
already installed.Can a workaround/accommodation for installation on Apple silicon be included in the install process, even if it's specific manual instructions in the readme, so that Apple silicon users don't have to hack their way to this?