質問編集履歴

1

エラーメッセージを追記しました

2019/01/16 02:24

投稿

nyumonsya
nyumonsya

スコア34

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,21 @@
15
15
  そもそものgithubの使い方も不安なのですが、どなたかpandasが使えるようになる方法をご教示頂きたいです。
16
16
 
17
17
  よろしくお願いしますm(_ _)m
18
+
19
+
20
+
21
+ 追記
22
+
23
+ 通常の```pip install```とした場合のエラーメッセージを以下に記します。
24
+
25
+ ```pip install pandas
26
+
27
+ Collecting pandas
28
+
29
+ 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/
30
+
31
+ Could not find a version that satisfies the requirement pandas (from versions: )
32
+
33
+ No matching distribution found for pandas
34
+
35
+ ```