herokuにデータをimport

sudo heroku db:push

Taps Load Error: no such file to load -- taps/operation
You may need to install or update the taps gem to use db commands.
On most systems this will be:

sudo gem install taps

checking for sqlite3.h... no
sqlite3.h is missing. Try 'port install sqlite3 +universal'
or 'yum install sqlite3-devel' and check your shared library search path (the
location where your sqlite3 shared library is located).

sudo apt-get install sqlite3
sudo apt-get install libsqlite3-dev
sudo gem install taps
sudo heroku db:push

文字を入力するように言われるでプロジェクト名を記入。

simple-xxx-3380