Anaconda python ver5.3 hangs at update forever





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







2















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.










share|improve this question




















  • 1





    What is your OS? What is the current version of anaconda?

    – DYZ
    Nov 19 '18 at 23:20













  • I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

    – user3848207
    Nov 19 '18 at 23:30











  • Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

    – Pruthvi Kumar
    Nov 20 '18 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 '18 at 13:34











  • see this link for some hints github.com/conda/conda/issues/6406

    – teng
    Nov 24 '18 at 1:19




















2















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.










share|improve this question




















  • 1





    What is your OS? What is the current version of anaconda?

    – DYZ
    Nov 19 '18 at 23:20













  • I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

    – user3848207
    Nov 19 '18 at 23:30











  • Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

    – Pruthvi Kumar
    Nov 20 '18 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 '18 at 13:34











  • see this link for some hints github.com/conda/conda/issues/6406

    – teng
    Nov 24 '18 at 1:19
















2












2








2


1






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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 19 '18 at 23:30







user3848207

















asked Nov 17 '18 at 6:51









user3848207user3848207

64721232




64721232








  • 1





    What is your OS? What is the current version of anaconda?

    – DYZ
    Nov 19 '18 at 23:20













  • I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

    – user3848207
    Nov 19 '18 at 23:30











  • Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

    – Pruthvi Kumar
    Nov 20 '18 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 '18 at 13:34











  • see this link for some hints github.com/conda/conda/issues/6406

    – teng
    Nov 24 '18 at 1:19
















  • 1





    What is your OS? What is the current version of anaconda?

    – DYZ
    Nov 19 '18 at 23:20













  • I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

    – user3848207
    Nov 19 '18 at 23:30











  • Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

    – Pruthvi Kumar
    Nov 20 '18 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 '18 at 13:34











  • see this link for some hints github.com/conda/conda/issues/6406

    – teng
    Nov 24 '18 at 1:19










1




1





What is your OS? What is the current version of anaconda?

– DYZ
Nov 19 '18 at 23:20







What is your OS? What is the current version of anaconda?

– DYZ
Nov 19 '18 at 23:20















I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

– user3848207
Nov 19 '18 at 23:30





I am using Windows 10 and anaconda ver5.2 which uses python v3.6.

– user3848207
Nov 19 '18 at 23:30













Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

– Pruthvi Kumar
Nov 20 '18 at 6:32





Do you have two anaconda environments? Are you installing v5.3 alongside any previous versions?

– Pruthvi Kumar
Nov 20 '18 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 '18 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 '18 at 13:34













see this link for some hints github.com/conda/conda/issues/6406

– teng
Nov 24 '18 at 1:19







see this link for some hints github.com/conda/conda/issues/6406

– teng
Nov 24 '18 at 1:19














3 Answers
3






active

oldest

votes


















2





+50









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






share|improve this answer































    1














    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






    share|improve this answer































      0














      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.






      share|improve this answer
























        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
        });


        }
        });














        draft saved

        draft discarded


















        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









        2





        +50









        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






        share|improve this answer




























          2





          +50









          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






          share|improve this answer


























            2





            +50







            2





            +50



            2




            +50





            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






            share|improve this answer













            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







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Nov 26 '18 at 18:34









            Konstantin SpirinKonstantin Spirin

            11.9k95583




            11.9k95583

























                1














                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






                share|improve this answer




























                  1














                  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






                  share|improve this answer


























                    1












                    1








                    1







                    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






                    share|improve this answer













                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 24 '18 at 4:44









                    d_kennetzd_kennetz

                    2,3333927




                    2,3333927























                        0














                        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.






                        share|improve this answer




























                          0














                          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.






                          share|improve this answer


























                            0












                            0








                            0







                            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.






                            share|improve this answer













                            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.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 2 '18 at 16:36









                            user781486user781486

                            7,6952584192




                            7,6952584192






























                                draft saved

                                draft discarded




















































                                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.




                                draft saved


                                draft discarded














                                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





















































                                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







                                Popular posts from this blog

                                Xamarin.iOS Cant Deploy on Iphone

                                Glorious Revolution

                                Dulmage-Mendelsohn matrix decomposition in Python