bCNC on macOS: numpy v2 breaking changes and compiler compatibility issues
Summary
A user shares their discovery that the bCNC CNC g-code sender stopped working on macOS due to breaking changes in numpy v2, and that installing numpy<2 resolves the issue. However, they encounter a secondary problem where numpy v1 fails to compile on macOS Sonoma because the system compiler is too old to handle C++ type_traits headers. The post highlights frustrations with Python's dependency management, error reporting, and cross-language bridge complexities.
Source
Key quotes
· 5 pulledYay! I have found a solution to why the quite excellent python-language g-code sender 'bCNC' suddenly will not run on MacOS.
Now I just need a solution to the problem with the solution!
pip install 'numpy<2', it seems its requirements do not know about the breaking changes in numpy v2.
numpy1 won't compile, I suspect because the system compiler on MacOS Sonoma is too old.
continually bewildered by its error reporting, package system hellscape and janky cross-language bridges
You might also wanna read
macOS 26.0 Tahoe Incompatible with Mac Studio M3 Ultra Due to Neural Engine Driver Error
Apple's macOS 26.0 Tahoe build 25A354 is incompatible with Mac Studio M3 Ultra devices, causing failed upgrades that abort towards the end o
eclecticlight.co·9mo agoONNX Runtime May Silently Convert Models to FP16 on Apple MPS Backend: Causes and Solutions
The article details a technical issue discovered in ONNX Runtime where models may be silently converted to FP16 (half-precision) when runnin
MicroPython on M68k Mac
Understanding How Bazel Build Caching and glibc Version Mismatches Cause Production Failures
This technical article examines how Bazel's build caching and remote execution features can interact dangerously with different glibc (GNU C
Setting Up a Local Coding Agent on macOS with Gemma 4 and MTP
A developer documents their experience setting up a local coding agent on macOS using Gemma 4 with Multi-Token Prediction (MTP) for faster i
Setting Up a Local Coding Agent on macOS with Gemma 4 and MTP
A developer documents their experience setting up a local coding agent on macOS using Gemma 4 with Multi-Token Prediction (MTP) for faster i
Local AI models have finally become viable for programming tasks
The article discusses the author's experience with local AI models, noting that they have significantly improved over time. The author, usin
vickiboykis.com·7d agoComments
Sign in to join the conversation.
No comments yet. Be the first.
