0

我正在尝试将我的数据库推送到 heroku runnig 命令并出现错误

~ heroku db:push
  Taps Load Error: no such file to load -- sqlite3/sqlite3_native
  !    You may need to install or update the taps gem to use db commands.
  !    On most systems this will be:
  !    
  !    sudo gem install taps

我正在使用 rvm 所以我运行

  gem install taps

比什么都没有发生并运行

   heroku db:push

导致同样的错误

我使用 ruby​​ 1.9.3 但出于数据库推送的目的,我运行命令

 rvm use 1.9.2-p290@mygemset

1.9.2 和 1.9.3 中的 Gemset 是相同的

我能做些什么?

谢谢

4

2 回答 2

0

Fixed it with reinstalling GCC-10.7 for Mac and reinstalling rvm with 1.9.2 ruby

于 2012-08-01T14:55:06.540 回答
0

Make sure you do not install the taps gem with sudo as they suggest. use the rvm sets and just install in the wanted rvm using gem install taps

that should do the trick

于 2012-08-01T14:56:31.693 回答