Open
Description
See the announcement on the ocp-build-system repo. You will need to download the cadquery-ocp wheel for your version of Python, and do a local install. In that shared directory there is also a requirements.txt file that contains the CadQuery dependencies so that you can try to hack together a working CadQuery install. However, there are some challenges.
- Tools for building software (gcc, cmake, build-essential, etc) have to be installed for installing/building nlopt.
- nlopt fails to build for me without reporting why
If someone in the community can help figure out the issue with nlopt compilation, that would be great.
If you are interested, please hack around and let me know what you find. Use pip install -r requirements.txt
to install the dependencies in your Python environment after doing a local install of the cadquery-ocp wheel.