kevin

Results 15 comments of kevin

Hey @jmwright I tried to use the [`cqgridfinity`](https://github.com/michaelgale/cq-gridfinity) python package which needs `cadquery`. After I successfully installed the arm64 cad query wheel from https://github.com/jdegenstein/ocp-build-system/releases/tag/7.7.2_macos_arm64 I stumbled over the same issue...

I used also Python 3.12.1 but on my Macbook Pro with M1 processor. But if I want to install `nlopt` with ```bash pip install nlopt ``` I get the error...

Alright, that is good to know. Thanks for testing :) I tested now the the commands to build (is this the right term? ^^') `nlopt`. These commands worked for me,...

I did not know that you can also install nlopt with a package manager. On macOS I use homebrew and there is a `nlopt` package: https://formulae.brew.sh/formula/nlopt#default But the `pip install...

I thought the topic would be the issue to install `cadquery` on an ARM64 machines. I am not familiar with conda and I am a little bit afraid to crash...

Thanks for this hint. I tried it and it worked :) And I learned a lot about Anaconda, Conda, Miniforge and Mamba 😄

I have the same issue and it would be great if we can solve this issue. GitHub has now runners for ARM architecture. In the `cadquery` repository they use also...

Just in case if someone like does also not know about `mamba`. Mamba is a fast, robust, and cross-platform package manager. And with this you can install `nlopt` on a...

I am also a Python developer and would like to support you. If you like I can help with some GitHub Actions to make sure that the tests pass before...

Even Linux was a little bit tricky for me ^^ I am not familiar with conda itself. But I managed to get it running. https://github.com/michaelgale/cq-gridfinity/pull/13