Created
December 19, 2014 23:25
-
-
Save nl5887/87d92199550be6160884 to your computer and use it in GitHub Desktop.
Workaround for unable to convert "\xCA" issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sh-3.2# export LC_CTYPE="utf-8" | |
| sh-3.2# gem install nokogiri -v '1.6.5' | |
| Building native extensions. This could take a while... | |
| Successfully installed nokogiri-1.6.5 | |
| Parsing documentation for nokogiri-1.6.5 | |
| unable to convert "\xCA" from ASCII-8BIT to UTF-8 for lib/nokogiri/nokogiri.bundle, skipping | |
| 1 gem installed | |
| ----- | |
| This will skip the generation of docs, and suppress the error: | |
| sh-3.2# vim ~/.gemrc | |
| install: --no-rdoc --no-ri | |
| update: --no-rdoc --no-ri | |
| ----- | |
| sh-3.2# gem install nokogiri -v '1.6.5' -f | |
| Building native extensions. This could take a while... | |
| Successfully installed nokogiri-1.6.5 | |
| 1 gem installed |
Hi there, do you solve this ? I have the same error.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got this on os x yosemite: