質問編集履歴

2

タイトル修正

2018/12/03 23:16

投稿

hss_
hss_

スコア39

test CHANGED
@@ -1 +1 @@
1
- anaconda navigator 1.9.1 オフラインド制限エラーについて
1
+ anaconda navigator 1.9.1 パッケージインストエラーについて
test CHANGED
@@ -1,10 +1,10 @@
1
- anaconda navigator 1.9.1にしてからパッケージのインストール時に接続エラー
1
+ anaconda navigator 1.9.1にしてからパッケージのインストール時に
2
2
 
3
- (オフラインモード制限)がでるようになりました。
3
+ 接続エラー(オフラインモード制限)がでるようになりました。
4
4
 
5
5
  会社のPCから接続しておりPROXYが必要な環境です。
6
6
 
7
- これまでは.condarcファイルでProxy設定してインストール可能でした。
7
+ これまでは.condarcファイルでProxy設定して正常にインストール可能でした。
8
8
 
9
9
 
10
10
 

1

エラー内容の詳細を記載いたしました。

2018/12/03 23:16

投稿

hss_
hss_

スコア39

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,18 @@
1
1
  anaconda navigator 1.9.1にしてからパッケージのインストール時に接続エラー
2
2
 
3
3
  (オフラインモード制限)がでるようになりました。
4
+
5
+ 会社のPCから接続しておりPROXYが必要な環境です。
6
+
7
+ これまでは.condarcファイルでProxy設定してインストール可能でした。
8
+
9
+
10
+
11
+ (エラー内容)
12
+
13
+ Some of the functionality of Anaconda Navigator will be limited in offline mode.
14
+
15
+ Installation and upgrade actions will be subject to the packages currently available on your package cache.
4
16
 
5
17
 
6
18
 
@@ -20,6 +32,34 @@
20
32
 
21
33
 
22
34
 
35
+ (エラー内容)
36
+
37
+ CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/pro/noarch/repodata.json.bz2>
38
+
39
+ Elapsed: - An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a
40
+
41
+ simple retry will get you on your way. If your current network has https://www.anaconda.com blocked, please
42
+
43
+ file a support request with your network engineering team.
44
+
45
+ ProxyError(MaxRetryError("HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/pro/noarch/repodata.json.bz2 (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))"))
46
+
47
+
48
+
49
+ conda install anaconda-navigator=1.8 --proxy http://○○ 
50
+
51
+
52
+
53
+ の場合は下記のえらーとなります。
54
+
55
+
56
+
57
+ (エラー内容)
58
+
59
+ usage: conda [-h] [-V] command ... conda: error: unrecognized arguments: --proxy http://○○
60
+
61
+
62
+
23
63
  anaconda navigatorを1.8にダウングレードする方法はありますでしょうか。
24
64
 
25
65