質問編集履歴
2
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,4 +22,7 @@
|
|
22
22
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
23
23
|
Requirement already satisfied: numpy in c:\users\mito1\anaconda3\lib\site-packages (1.20.1)
|
24
24
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
25
|
-
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 とエラーがでてしまいます。
|
25
|
+
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 とエラーがでてしまいます。
|
26
|
+
|
27
|
+
### 補足情報(FW/ツールのバージョンなど)
|
28
|
+
Pythonのバージョンは 3.8.2です
|
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,8 +18,8 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
### 試したこと
|
21
|
-
他のサイトで見たpyOpenSSLをインストールし
|
21
|
+
他のサイトで見たpyOpenSSLをインストールした後に再度numpyをインストールしようとしても
|
22
22
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
23
23
|
Requirement already satisfied: numpy in c:\users\mito1\anaconda3\lib\site-packages (1.20.1)
|
24
24
|
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
|
25
|
-
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 とエラーがでてしま
|
25
|
+
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 とエラーがでてしまいます。
|