Generamba icon indicating copy to clipboard operation
Generamba copied to clipboard

Can't install on MacOS HighSierra

Open davo301 opened this issue 6 years ago • 5 comments

My ruby version is "2.3.7p456" When I type "gem install generamba" I get the following error

ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.

davo301 avatar Feb 22 '19 13:02 davo301

sudo gem install generamba

Leonif avatar Feb 26 '19 15:02 Leonif

sudo gem install generamba

Doesn't work. Again issue with access, but logged in with admin user.

davo301 avatar Mar 03 '19 17:03 davo301

I installed on to Mojave. Try to reinstall your OS or install Mojave

Leonif avatar Mar 03 '19 20:03 Leonif

try gem install generamba -n /usr/local or disable the SIP

shengyang998 avatar Apr 02 '19 08:04 shengyang998

I have a similar problem on Catalina 10.15.6 and fixed it using these commands:

brew update && brew upgrade
brew doctor

st-small avatar Sep 25 '20 13:09 st-small