All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

bCNC on macOS: numpy v2 breaking changes and compiler compatibility issues

13d agoenOpinion

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

bskybCNC on macOS: numpy v2 breaking changes and compiler compatibility issuesaus.social

Key quotes

· 5 pulled
Yay! 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
Snippet from the RSS feed
Yay! I have found a solution¹ to why the quite excellent python-lanuage g-Gode sender "bCNC" suddenly will not run on MacOS. Now I just need a solution to the problem² with the solution! (Not a pythonista except at dire need, and continually bewil

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.