LoginSignup
0
0

More than 5 years have passed since last update.

pip3 listでエラーが出ないようにする

Last updated at Posted at 2018-02-22

まず

pip3 list
とすると、

DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.

とエラーが出る。

解決法

pip3 list --format=legacyまたは、
pip3 list --format=columns

にすればok。
エラーメッセージにあるように、設定ファイル(pip.conf)に記す方法もある。

最後に

内容薄くてすみません。不慣れなのでテスト感覚で投稿。

0
0
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
0
0