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
I noticed that the quickstart with build123d button of OCP VSCode installs the git version of build123d, which is by default the dev branch.
While currently it might be more stable than the pypi release due to a recent issue with cadquery-ocp (see gumyr/build123d#866), I think in the long term it would be better to use the pypi version of build123d for such a quickstart command.
At the moment the correct way to install build123d via pip is pip install build123d "cadquery-ocp<7.8".
The text was updated successfully, but these errors were encountered:
Hi!
I noticed that the
quickstart with build123d
button of OCP VSCode installs the git version of build123d, which is by default the dev branch.While currently it might be more stable than the pypi release due to a recent issue with cadquery-ocp (see gumyr/build123d#866), I think in the long term it would be better to use the pypi version of build123d for such a quickstart command.
At the moment the correct way to install build123d via pip is
pip install build123d "cadquery-ocp<7.8"
.The text was updated successfully, but these errors were encountered: