-
-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get zeromq to work on Mac M1 #477
Labels
Comments
Would appreciate some help with this |
try reinstall Node.js with an arm64 arch |
Open
2 tasks
I think you will need to build zeromq for arm64 architecture. The current source code doesn't support building for arm64 directly. some modification is needed.
hope this help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disclaimer: Im new to the Mac world and not too familiar with zmq. I would still appreciate help here :)
On my Macbook M1, I am not getting zmq to work. While the installation throws no errors (
yarn add zeromq
,yarn add zeromq@6.0.0-beta.6
, alsoyarn add zeromq@6.0.0-beta.6 --build-from-source
), it throws symbol errors when I start the application in which zeromq is used:Im doing everything in a Rosetta-Terminal btw.
I did some googling and tried
npm set config arch x64
andnpm config set platform Mac
and rebuilt the packages, then Im getting:Reproducing
Apple M1 Chip, Rosetta Terminal -> add latest zeromq version via yarn in existing application, start application.
Expected behavior
Smooth application start
Tested on
The text was updated successfully, but these errors were encountered: