質問編集履歴
1
エラーメッセージを追記しました
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,4 +6,13 @@
|
|
|
6
6
|
```
|
|
7
7
|
と表示され、終了してしまいました。
|
|
8
8
|
そもそものgithubの使い方も不安なのですが、どなたかpandasが使えるようになる方法をご教示頂きたいです。
|
|
9
|
-
よろしくお願いしますm(_ _)m
|
|
9
|
+
よろしくお願いしますm(_ _)m
|
|
10
|
+
|
|
11
|
+
追記
|
|
12
|
+
通常の```pip install```とした場合のエラーメッセージを以下に記します。
|
|
13
|
+
```pip install pandas
|
|
14
|
+
Collecting pandas
|
|
15
|
+
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x0000018986C9E470>: Failed to establish a new connection: [WinError 10061] 対象のコンピューターによって拒否されたため、接続できませんでした。')': /simple/pandas/
|
|
16
|
+
Could not find a version that satisfies the requirement pandas (from versions: )
|
|
17
|
+
No matching distribution found for pandas
|
|
18
|
+
```
|