質問編集履歴

1

追記_201902141707

2019/02/14 08:08

投稿

teityura
teityura

スコア84

test CHANGED
File without changes
test CHANGED
@@ -53,3 +53,13 @@
53
53
  Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
54
54
 
55
55
  ```
56
+
57
+
58
+
59
+ 下記を実行しても、同じエラーになりました。
60
+
61
+ ```
62
+
63
+ pip install --trusted-host=pypi.python.org --trusted-host=pypi.org --trusted-host=files.pythonhosted.org beautifulsoup4
64
+
65
+ ```