LoginSignup
4
3

More than 5 years have passed since last update.

pip実行時に「failed building wheel for tornado(bdist_wheel)」などのエラーが出たときの対処法

Posted at

はじめに

環境
・Ubuntu18.04 LTS

起きたこと
・venvで作成した仮想環境にて、pip3 install ... でインストールを実行
・インストール自体は成功したが、途中で「failed building wheel for tornado(bdist_wheel)」などが見られた

対処法

下記のコマンドにて、wheelとtornadoをインストールしたら、ひとまず上記の表示はなくなったっぽい。

pip3 install wheel
pip3 install tornado

備忘録程度ですが、以上です。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3