質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,3 +47,9 @@
|
|
47
47
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
48
48
|
|
49
49
|
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 とエラーがでてしまいます。
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
### 補足情報(FW/ツールのバージョンなど)
|
54
|
+
|
55
|
+
Pythonのバージョンは 3.8.2です
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
### 試したこと
|
40
40
|
|
41
|
-
他のサイトで見たpyOpenSSLをインストールし
|
41
|
+
他のサイトで見たpyOpenSSLをインストールした後に再度numpyをインストールしようとしても
|
42
42
|
|
43
43
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
44
44
|
|
@@ -46,4 +46,4 @@
|
|
46
46
|
|
47
47
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
48
48
|
|
49
|
-
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 とエラーがでてしま
|
49
|
+
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 とエラーがでてしまいます。
|