質問編集履歴

2

pip -v 追加

2020/09/18 14:45

投稿

yagi1218
yagi1218

スコア21

test CHANGED
File without changes
test CHANGED
@@ -240,6 +240,12 @@
240
240
 
241
241
  $ pip install paramiko
242
242
 
243
+ $ pip -V
244
+
245
+ pip 20.2.3 from /home/ユーザー名/.local/lib/python3.8/site-packages/pip (python 3.8)
246
+
247
+
248
+
243
249
  ```
244
250
 
245
251
 

1

タイトル編集

2020/09/18 14:45

投稿

yagi1218
yagi1218

スコア21

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