GCEインスタンスDebian GNU/Linux 10にpip3 install datetimeをしました。
その後
Python 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> >>> >>> >>> import datetime >>> print(datetime.__version__) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'datetime' has no attribute '__version__'
ライブラリのバージョンを確認しようとしたところ上記エラーが出力されました。
こちらはなぜバージョンを持っていないと出力されるのでしょうか?
pip listではなくあくまでもPythonからの確認方法を教えていただきたいです。
よろしくお願い致します。
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。