-
Notifications
You must be signed in to change notification settings - Fork 29
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
Installation fails on Ubuntu 18.04 running Ruby 2.6.3 #31
Comments
Hi, @sjayanna, thanks for reporting this issue, unfortunately, I am not able to reproduce with the following Dockerfile.
It would be great if you can provide some instructions which can consistenly reportduce the issue. |
Hi, @tonytonyjan Please see the below debugging information with
|
i have the same problem of @sjayanna but in my case 2.5.3 not work instead 2.3.8 it work. |
This project seems dead. I only needed because of The issue for me was somehow when doing: gem install jaro_winkler
...
make: /usr/bin/mkdir: Command not found !!! What ???!!!
...
Fixed with `sudo ln /bin/mkdir /usr/bin/mkdir` on my Ubuntu 20. |
The
jaro_winkler
gem is failing to install on Ubuntu 18:04 using Ruby 2.6.3 but installs just fine if I revert back to Ruby 2.5.3. I was originally trying to installrubocop
and this error popped up.The text was updated successfully, but these errors were encountered: