You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a fresh install using the minibian distro.
It won't let me install pi_piper saying that it requires RubyGems version >- 2.0.0
I have apt-get updated
It suggests gem update --system but I get an error saying this is disabled in Debian as it can break Debian.
Any advice on how to proceed?
(I then over-rode this to force a gem update and now get the following error when I run the printer script pi-printer.rb)
/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- serialport (LoadError)
from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from ./pi-printer.rb:5:in `<main>'
The text was updated successfully, but these errors were encountered:
I'm trying to do a fresh install using the minibian distro.
It won't let me install pi_piper saying that it requires RubyGems version >- 2.0.0
I have
apt-get update
dIt suggests
gem update --system
but I get an error saying this is disabled in Debian as it can break Debian.Any advice on how to proceed?
(I then over-rode this to force a gem update and now get the following error when I run the printer script pi-printer.rb)
The text was updated successfully, but these errors were encountered: