-
Notifications
You must be signed in to change notification settings - Fork 17
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
/lib/ruby/gems/2.7.0/gems/http-parser-1.2.2/ext/arm-darwin/libhttp-parser-ext.bundle: mach-o, but wrong architecture #12
Comments
We have it like a dependency in Rails application, please any solution how to run it on M1? |
There's an open PR to address this issue #10 |
I'm having a similar problem on a Rails 5.0.7.2 app. Tried installing
I believe the |
http-parser is a dependency of httbrb for us. Our solution was to switch to faraday which removed this dependency. |
Hi there, I'm on Apple Silicon and getting the same error as @rgaufman
I'm installing v 1.2.3 and I'm confused as it looks like the PR to fix the m1 chip issue was merged? Any ideas how I get http-parser to install correctly? Many thanks, Steve. |
Fixing the http-version on the Gemfile did it for me, new version has this fixed
|
Unfortunately, for Ruby 2.7.x, I still do face the issue when trying to Here's the error log:
Any ideas? |
Similar output happening with a non M1 machine recently updated to Mac OS Monterey.
|
I've created a simple script:
When I run it on MacBook 2020 M1 (Apple Silicon), I see:
Any ideas?
The text was updated successfully, but these errors were encountered: