-
Notifications
You must be signed in to change notification settings - Fork 238
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
M1 issue #522
Comments
works for me ✅
|
Check your ruby version. I was seeing this same issue on my Macbook Pro with the default ruby version installed (ruby 2.6.8p205). I no longer see this error after setting up rbenv and moving to ruby version 3.1.2. |
This helps me on M1 MacBook Pro: Install new Ruby by brew install rbenv
rbenv init
rbenv install 3.1.3 I am using zsh, so in my case, add this in
(Note, check change Now you can install gem install slather Hope it helps! 😃 |
following this article worked for me and bundler installs the correct version of nokogiri for Apple Silicon
|
dlopen(/Library/Ruby/Gems/2.6.0/gems/nokogiri-1.13.8-x86_64-darwin/lib/nokogiri/2.6/nokogiri.bundle, 0x0009): tried: '/Library/Ruby/Gems/2.6.0/gems/nokogiri-1.13.8-x86_64-darwin/lib/nokogiri/2.6/nokogiri.bundle' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e))) - /Library/Ruby/Gems/2.6.0/gems/nokogiri-1.13.8-x86_64-darwin/lib/nokogiri/2.6/nokogiri.bundle (LoadError)
i got this error, any support ?
The text was updated successfully, but these errors were encountered: