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
Attempting to start blue_hydra on an RPi, I run into the error "cannot load such a file -- dm-migrations". I started with Ruby 2.7.0 (same error) but then installed Ruby 2.5.0 with bundler 2.1.2 according to the error output. Each run, same error. If I run gem list, I see that the dm-migrations (1.2.0) gem is installed, but it's still throwing the LoadError.
The text was updated successfully, but these errors were encountered:
NullVibes
changed the title
LoadError dm-migrations
LoadError dm-migrations (RPi)
Sep 25, 2020
Issue Resolved (?)
Ran: sudo bundle exec ./bin/blue_hydra
An error returned for a missing gem -> rake, so installed that.
Ran: sudo bundle install (even though it's not recommended)
Then sudo bundle exec ./bin/blue_hydra worked! Lots of BT/BTLE goodness returned.
( sudo ./bin/blue_hydra command also now works.)
Attempting to start blue_hydra on an RPi, I run into the error "cannot load such a file -- dm-migrations". I started with Ruby 2.7.0 (same error) but then installed Ruby 2.5.0 with bundler 2.1.2 according to the error output. Each run, same error. If I run gem list, I see that the dm-migrations (1.2.0) gem is installed, but it's still throwing the LoadError.
The text was updated successfully, but these errors were encountered: