teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

pip -v 追加

2020/09/18 14:45

投稿

yagi1218
yagi1218

スコア21

title CHANGED
File without changes
body CHANGED
@@ -119,6 +119,9 @@
119
119
 
120
120
  ```
121
121
  $ pip install paramiko
122
+ $ pip -V
123
+ pip 20.2.3 from /home/ユーザー名/.local/lib/python3.8/site-packages/pip (python 3.8)
124
+
122
125
  ```
123
126
 
124
127
  ### 補足情報

1

タイトル編集

2020/09/18 14:45

投稿

yagi1218
yagi1218

スコア21

title CHANGED
@@ -1,1 +1,1 @@
1
- PythonライブラリインストールがインストールされているがImportError: No module namedとなる
1
+ PythonライブラリがインストールされているがImportError: No module namedとなる
body CHANGED
File without changes