-
Notifications
You must be signed in to change notification settings - Fork 388
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
Ignoring clocale-0.0.4 error but everything works anyway #533
Comments
I managed to figure out the problem.
|
你好,我遇到了跟你一样的问题。 该问题是由于ruby环境错乱导致的。 希望来了个够帮助到你~ Hello, I have encountered the same problem as you. This problem is caused by the confusion of the ruby environment.
I hope this is enough to help you~ |
I started getting this after upgrading to macOS Ventura. I don't do any ruby dev so I can't say if this was the right thing to do or not, but my one line fix was EDIT: just upgraded to macOS Sonoma and had to do the same thing again. Seemed to work. |
Try to debug your init script and figure out at which point the message is generated. In general, you should be able to use a Ruby version manager, but instead of trying to configure your PATH to include the version, my suggestion would be to define an alias for colorls to actually call your Ruby version manager with a specific environment, something along the lines of |
Had the same issues, update apple's dev tools (Xcode) then made sure to accept the agreement with xcode build -license. After that installed colorls with gem without issues. All working now. |
@bobopon 's response above fixed this problem for me. I'm running ohmyzsh setup on macos sonoma/ARM |
I've read all of the comments and feed with regards to installing colorls on Mac M1 computers.
I'm using Homebrew and rbenv to manage my installations and ruby.
So far everything works as prescribed for colorls.
However, everytime I open my iTerm i get the following message:
I've attempted to follow the instructions:
gem pristine clocale --version 0.0.4
With the following result:
However I still get the warning.
I've checked inside:
~/.rbenv/shims/
And I see the colorls gem installed but I don't see the clocale gem.
If I do:
which colorls
I get:
/Users/my_name/.rbenv/shims/colorls
However, if i do:
which clocale
I get:
clocale not found
Now If I look at the installed gems using gem list I can see that clocale is installed:
How can I fix the warning message:
Ignoring clocale-0.0.4 because its extensions are not built. Try: gem pristine clocale --version 0.0.4
The text was updated successfully, but these errors were encountered: