回答編集履歴
1
修正
answer
CHANGED
@@ -1,2 +1,7 @@
|
|
1
1
|
これとかはどうでしょう?
|
2
|
-
https://stackoverflow.com/questions/30536946/how-to-install-requests-module-in-python-3-4-version-on-windows
|
2
|
+
https://stackoverflow.com/questions/30536946/how-to-install-requests-module-in-python-3-4-version-on-windows
|
3
|
+
|
4
|
+
あるいは、さらに詳細なエラーがあれば、わかるかもしれません。
|
5
|
+
```
|
6
|
+
pip install -vvv requests
|
7
|
+
```
|