Anaconda python ver5.3 hangs at update forever
I just installed anaconda ver5.3 which uses python v3.7
I ran the command;
conda update anaconda
The command hangs there forever. There is no error message. No hint what is wrong. Has anyone encountered similar problems? How did you solve it?
I am using Windows 10 and was previously using anaconda ver5.2 which uses python v3.6.
python anaconda conda python-3.7
|
show 1 more comment
I just installed anaconda ver5.3 which uses python v3.7
I ran the command;
conda update anaconda
The command hangs there forever. There is no error message. No hint what is wrong. Has anyone encountered similar problems? How did you solve it?
I am using Windows 10 and was previously using anaconda ver5.2 which uses python v3.6.
python anaconda conda python-3.7
1
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19
|
show 1 more comment
I just installed anaconda ver5.3 which uses python v3.7
I ran the command;
conda update anaconda
The command hangs there forever. There is no error message. No hint what is wrong. Has anyone encountered similar problems? How did you solve it?
I am using Windows 10 and was previously using anaconda ver5.2 which uses python v3.6.
python anaconda conda python-3.7
I just installed anaconda ver5.3 which uses python v3.7
I ran the command;
conda update anaconda
The command hangs there forever. There is no error message. No hint what is wrong. Has anyone encountered similar problems? How did you solve it?
I am using Windows 10 and was previously using anaconda ver5.2 which uses python v3.6.
python anaconda conda python-3.7
python anaconda conda python-3.7
edited Nov 19 at 23:30
asked Nov 17 at 6:51
user3848207
475928
475928
1
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19
|
show 1 more comment
1
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19
1
1
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19
|
show 1 more comment
3 Answers
3
active
oldest
votes
Try running
conda update anaconda --verbose
to get some insight. Adding --verbose
multiple times increases logging to INFO, DEBUG and then TRACE level.
https://conda.io/docs/commands/conda-update.html
add a comment |
I think this could solve your problem to update anaconda, and yes it seems like a fairly common issue:
1) install the latest miniconda3 from here
2) make sure you run anaconda prompt as admin
3) update to latest version of conda
conda update conda
4) install anaconda
conda install anaconda
5) install navigator
conda install anaconda-navigator
6) verify conda is installed and check package number
conda info
View packages you installed in anaconda docs page here
add a comment |
I encountered exactly the same problem on Windows 10.
This problem has been fixed with the latest anaconda release ver5.3.1. You are using ver5.3. Please use the latest version. It should solve your problem.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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%2fstackoverflow.com%2fquestions%2f53348953%2fanaconda-python-ver5-3-hangs-at-update-forever%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try running
conda update anaconda --verbose
to get some insight. Adding --verbose
multiple times increases logging to INFO, DEBUG and then TRACE level.
https://conda.io/docs/commands/conda-update.html
add a comment |
Try running
conda update anaconda --verbose
to get some insight. Adding --verbose
multiple times increases logging to INFO, DEBUG and then TRACE level.
https://conda.io/docs/commands/conda-update.html
add a comment |
Try running
conda update anaconda --verbose
to get some insight. Adding --verbose
multiple times increases logging to INFO, DEBUG and then TRACE level.
https://conda.io/docs/commands/conda-update.html
Try running
conda update anaconda --verbose
to get some insight. Adding --verbose
multiple times increases logging to INFO, DEBUG and then TRACE level.
https://conda.io/docs/commands/conda-update.html
answered Nov 26 at 18:34
Konstantin Spirin
11.4k95280
11.4k95280
add a comment |
add a comment |
I think this could solve your problem to update anaconda, and yes it seems like a fairly common issue:
1) install the latest miniconda3 from here
2) make sure you run anaconda prompt as admin
3) update to latest version of conda
conda update conda
4) install anaconda
conda install anaconda
5) install navigator
conda install anaconda-navigator
6) verify conda is installed and check package number
conda info
View packages you installed in anaconda docs page here
add a comment |
I think this could solve your problem to update anaconda, and yes it seems like a fairly common issue:
1) install the latest miniconda3 from here
2) make sure you run anaconda prompt as admin
3) update to latest version of conda
conda update conda
4) install anaconda
conda install anaconda
5) install navigator
conda install anaconda-navigator
6) verify conda is installed and check package number
conda info
View packages you installed in anaconda docs page here
add a comment |
I think this could solve your problem to update anaconda, and yes it seems like a fairly common issue:
1) install the latest miniconda3 from here
2) make sure you run anaconda prompt as admin
3) update to latest version of conda
conda update conda
4) install anaconda
conda install anaconda
5) install navigator
conda install anaconda-navigator
6) verify conda is installed and check package number
conda info
View packages you installed in anaconda docs page here
I think this could solve your problem to update anaconda, and yes it seems like a fairly common issue:
1) install the latest miniconda3 from here
2) make sure you run anaconda prompt as admin
3) update to latest version of conda
conda update conda
4) install anaconda
conda install anaconda
5) install navigator
conda install anaconda-navigator
6) verify conda is installed and check package number
conda info
View packages you installed in anaconda docs page here
answered Nov 24 at 4:44
d_kennetz
1,6632615
1,6632615
add a comment |
add a comment |
I encountered exactly the same problem on Windows 10.
This problem has been fixed with the latest anaconda release ver5.3.1. You are using ver5.3. Please use the latest version. It should solve your problem.
add a comment |
I encountered exactly the same problem on Windows 10.
This problem has been fixed with the latest anaconda release ver5.3.1. You are using ver5.3. Please use the latest version. It should solve your problem.
add a comment |
I encountered exactly the same problem on Windows 10.
This problem has been fixed with the latest anaconda release ver5.3.1. You are using ver5.3. Please use the latest version. It should solve your problem.
I encountered exactly the same problem on Windows 10.
This problem has been fixed with the latest anaconda release ver5.3.1. You are using ver5.3. Please use the latest version. It should solve your problem.
answered Dec 2 at 16:36
user781486
6,9482276179
6,9482276179
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2fstackoverflow.com%2fquestions%2f53348953%2fanaconda-python-ver5-3-hangs-at-update-forever%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
1
What is your OS? What is the current version of anaconda?
– DYZ
Nov 19 at 23:20
I am using Windows 10 and anaconda ver5.2 which uses python v3.6.
– user3848207
Nov 19 at 23:30
Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?
– Pruthvi Kumar
Nov 20 at 6:32
I have tried both. Having 2 anaconda environments (v5.3 and v5.2) and 1 anaconda environment (v5.3). I encounter the same problem in both cases.
– user3848207
Nov 20 at 13:34
see this link for some hints github.com/conda/conda/issues/6406
– teng
Nov 24 at 1:19