install Anaconda in ubuntu 16.04?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to install Anaconda in Ubuntu 16.04, but it always reports some error. I have followed exactly the instructions in https://www.continuum.io/downloads#linux.
When I do conda update conda, I got the following errors
$ /home/zhou/anaconda3/bin/conda update conda
Traceback (most recent call last):
File "/home/zhou/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 112, in fetch_repodata
timeout=(3.05, 60))
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 488, in get
return self.request('GET', url, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 390, in send
conn = self.get_connection(request.url, proxies)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 290, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 184, in proxy_manager_for
**proxy_kwargs
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 43, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.
I have also tried to install anaconda in my mac, which works very well. Does any body know how to solve the above problem?
Many thanks!
python anaconda
add a comment |
I am trying to install Anaconda in Ubuntu 16.04, but it always reports some error. I have followed exactly the instructions in https://www.continuum.io/downloads#linux.
When I do conda update conda, I got the following errors
$ /home/zhou/anaconda3/bin/conda update conda
Traceback (most recent call last):
File "/home/zhou/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 112, in fetch_repodata
timeout=(3.05, 60))
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 488, in get
return self.request('GET', url, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 390, in send
conn = self.get_connection(request.url, proxies)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 290, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 184, in proxy_manager_for
**proxy_kwargs
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 43, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.
I have also tried to install anaconda in my mac, which works very well. Does any body know how to solve the above problem?
Many thanks!
python anaconda
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
1
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26
add a comment |
I am trying to install Anaconda in Ubuntu 16.04, but it always reports some error. I have followed exactly the instructions in https://www.continuum.io/downloads#linux.
When I do conda update conda, I got the following errors
$ /home/zhou/anaconda3/bin/conda update conda
Traceback (most recent call last):
File "/home/zhou/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 112, in fetch_repodata
timeout=(3.05, 60))
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 488, in get
return self.request('GET', url, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 390, in send
conn = self.get_connection(request.url, proxies)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 290, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 184, in proxy_manager_for
**proxy_kwargs
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 43, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.
I have also tried to install anaconda in my mac, which works very well. Does any body know how to solve the above problem?
Many thanks!
python anaconda
I am trying to install Anaconda in Ubuntu 16.04, but it always reports some error. I have followed exactly the instructions in https://www.continuum.io/downloads#linux.
When I do conda update conda, I got the following errors
$ /home/zhou/anaconda3/bin/conda update conda
Traceback (most recent call last):
File "/home/zhou/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 112, in fetch_repodata
timeout=(3.05, 60))
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 488, in get
return self.request('GET', url, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 390, in send
conn = self.get_connection(request.url, proxies)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 290, in get_connection
proxy_manager = self.proxy_manager_for(proxy)
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 184, in proxy_manager_for
**proxy_kwargs
File "/home/zhou/anaconda3/lib/python3.5/site-packages/requests/adapters.py", line 43, in SOCKSProxyManager
raise InvalidSchema("Missing dependencies for SOCKS support.")
requests.exceptions.InvalidSchema: Missing dependencies for SOCKS support.
I have also tried to install anaconda in my mac, which works very well. Does any body know how to solve the above problem?
Many thanks!
python anaconda
python anaconda
asked Sep 30 '16 at 14:26
SkySky
112
112
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
1
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26
add a comment |
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
1
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
1
1
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26
add a comment |
1 Answer
1
active
oldest
votes
I had an alternative solution to the problem I had above. When I ssh from another computer to my office computer where the anaconda is installed, everything works well. I can install all the packages in anaconda from the other computer :-). Sounds crazy but I am now working in this way. Does anyone has the answer on this problem?
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f831594%2finstall-anaconda-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had an alternative solution to the problem I had above. When I ssh from another computer to my office computer where the anaconda is installed, everything works well. I can install all the packages in anaconda from the other computer :-). Sounds crazy but I am now working in this way. Does anyone has the answer on this problem?
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
add a comment |
I had an alternative solution to the problem I had above. When I ssh from another computer to my office computer where the anaconda is installed, everything works well. I can install all the packages in anaconda from the other computer :-). Sounds crazy but I am now working in this way. Does anyone has the answer on this problem?
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
add a comment |
I had an alternative solution to the problem I had above. When I ssh from another computer to my office computer where the anaconda is installed, everything works well. I can install all the packages in anaconda from the other computer :-). Sounds crazy but I am now working in this way. Does anyone has the answer on this problem?
I had an alternative solution to the problem I had above. When I ssh from another computer to my office computer where the anaconda is installed, everything works well. I can install all the packages in anaconda from the other computer :-). Sounds crazy but I am now working in this way. Does anyone has the answer on this problem?
answered Oct 4 '16 at 9:01
SkySky
112
112
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
add a comment |
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
Seems to be a problem with the proxy settings. Check this answer and this answer
– Thu Yein Tun
Oct 17 '16 at 13:36
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f831594%2finstall-anaconda-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you read the docs? What are the SOCKS dependencies?
– don.joey
Oct 4 '16 at 11:55
1
I am sorry I am new to anaconda so I have no idea what is SOCKS support in the error report.
– Sky
Oct 10 '16 at 9:26