-
Notifications
You must be signed in to change notification settings - Fork 444
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
An error occurred while installing mimemagic (0.3.10), and Bundler cannot continue. #162
Comments
@anupamkakade Do you have more logs below or it's all you received?! |
Same problem here, seems to be related to Apple M1 chipset, doing: $ gem install mimemagic -v '0.3.10' --source 'https://rubygems.org/' |
Perhaps I was wrong, sorry my first day in a mac environment, I just do log for reference. `current directory: /Users/rasalghul/.gem/gems/mimemagic-0.4.3/ext/mimemagic Ensure you have either installed the shared-mime-info package for your distribution, or Tasks: TOP => default (See full trace by running task with --trace) rake failed, exit code 1` |
UPD: issue disappeared when I unset bundle path to Same here. Ruby 3.0.1 (via rvm), Linux, Ubuntu 20.04.2 LTS.
|
I ran into this issue as well and was able to resolve it by upgrading I could reproduce the issue with the following Gemfile:
When I ran bundle with the
Removing the |
I ran
Then the |
The trace shows
So, as an alternative to the previous comment here, you can |
Ruby 3.2.2 Downgraded
|
I had the same issue, I have the following in my project:
|
This worked for me with Ruby 2.6.3, Rails 5.2.4, M3 14.4.1 |
Anybody seeing this issue ?
Can you help me fix this.
This issue is occurring after I installed ruby 3.0.1 via rvm
The text was updated successfully, but these errors were encountered: