unable to convert "\xAB" from ASCII-8BIT to UTF-8 for lib/data/BidiMirroring.dat, skipping
unable to convert "\x87" from ASCII-8BIT to UTF-8 for lib/data/UnicodeData.idx, skipping
This might be an issue with the Mac OS X terminal and in any case it seems harmless.
From this commit message:
When installing the gem I get warnings like:
This might be an issue with the Mac OS X terminal and in any case it seems harmless.
Gem installation freezes (or lags horribly) when printing this line:
I have no idea why, and if I ^C and install again it doesn't happen, and it seems like a relatively common problem, so whatever.
This gem requires weakref. Unfortunately, when I add it as a dependency
using
It gets added to the
$LOAD_PATHwhich makes it not work for some reason. If I remove the dependency it works... but requires that it be installed manually.Help appreciated!