多能工生産技術者の日常

20歳からFXの自動売買を開発しています。24歳からは株式投資等で純資産1000万円を目指します。


スポンサードリンク

【python】~pipでインストールしたpythonモジュールのバージョン確認~

スポンサーリンク

KeyKです。
今日は、インストールされているpythonモジュールのバージョン確認方法について書きます。

pipによるバージョン確認

やり方は簡単です。以下のコマンドを入力します。

pip list -o


 
そして出力結果が以下のようになります。

c:\Python\ai>pip list -o
Package                Version    Latest    Type
---------------------- ---------- --------- -----
beautifulsoup4         4.5.3      4.8.0     wheel
bottle                 0.12.13    0.12.17   wheel
chainer                2.0.0      6.4.0     sdist
colorama               0.3.9      0.4.1     wheel
cssselect              1.0.1      1.1.0     wheel
Cython                 0.27.3     0.29.13   wheel
decorator              4.0.11     4.4.0     wheel
Django                 1.11.5     2.2.6     wheel
filelock               2.0.10     3.0.12    wheel
future                 0.16.0     0.17.1    sdist
h2o                    3.14.0.6   3.26.0.5  sdist
jdcal                  1.3        1.4.1     wheel
joblib                 0.13.2     0.14.0    wheel
Keras                  2.0.8      2.3.0     wheel
lxml                   3.7.3      4.4.1     wheel
matplotlib             2.0.2      3.1.1     wheel
mysql-connector-python 2.0.4      8.0.17    wheel
numpy                  1.17.0     1.17.2    wheel
openpyxl               2.4.2      3.0.0     sdist
pandas                 0.25.0     0.25.1    wheel
plotly                 2.0.1      4.1.1     wheel
protobuf               3.3.0      3.9.2     wheel
PyAlgoTrade            0.18       0.20      sdist
pyparsing              2.2.0      2.4.2     wheel
PyQt5                  5.8.2      5.13.1    wheel


pythonモジュールのバージョンを確認する際にご利用下さい。



 

プライバシーポリシー お問い合わせ