Conda create is stuck at “solving package specifications”How can I safely create a nested directory?How to upgrade all Python packages with pip?Installing specific package versions with pipWay to create multiline comments in Python?How do I keep track of pip-installed packages in an Anaconda (Conda) environment?How to change default Anaconda python environmentCan't create a new python 3.5 env with the latest download of AnacondaConda environments not showing up in Jupyter NotebookInstalling package not found in condaError installing cvxopt using Conda

Metal bar on DMM PCB

Could a guilty Boris Johnson be used to cancel Brexit?

Does it cost a spell slot to cast a spell from a Ring of Spell Storing?

Did Darth Vader wear the same suit for 20+ years?

Why is Colorado so different politically from nearby states?

Incremental Ranges!

Humans meet a distant alien species. How do they standardize? - Units of Measure

How can Iron Man's suit withstand this?

Strange math syntax in old basic listing

Why is the relationship between frequency and pitch exponential?

Is the decompression of compressed and encrypted data without decryption also theoretically impossible?

Old black and white movie: glowing black rocks slowly turn you into stone upon touch

Why was it possible to cause an Apple //e to shut down with SHIFT and paddle button 2?

California: "For quality assurance, this phone call is being recorded"

Is it OK to bring delicacies from hometown as tokens of gratitude for an out-of-town interview?

Does any lore text explain why the planes of Acheron, Gehenna, and Carceri are the alignment they are?

GFCI Outlet in Bathroom, Lights not working

Computing the differentials in the Adams spectral sequence

Why were the Night's Watch required to be celibate?

What is the correct expression of 10/20, 20/30, 30/40 etc?

Can an old DSLR be upgraded to match modern smartphone image quality

How to decline physical affection from a child whose parents are pressuring them?

Does Peach's float negate shorthop knockback multipliers?

Is the capacitor drawn or wired wrongly?



Conda create is stuck at “solving package specifications”


How can I safely create a nested directory?How to upgrade all Python packages with pip?Installing specific package versions with pipWay to create multiline comments in Python?How do I keep track of pip-installed packages in an Anaconda (Conda) environment?How to change default Anaconda python environmentCan't create a new python 3.5 env with the latest download of AnacondaConda environments not showing up in Jupyter NotebookInstalling package not found in condaError installing cvxopt using Conda






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








7















I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.



When I type the command conda create -n chemistry python=2.7 anaconda the whole thing freezes at the solving package specifications stage.



Does anyone know what causes this or how I can go about fixing it?










share|improve this question
























  • Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

    – merv
    Mar 15 at 2:06

















7















I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.



When I type the command conda create -n chemistry python=2.7 anaconda the whole thing freezes at the solving package specifications stage.



Does anyone know what causes this or how I can go about fixing it?










share|improve this question
























  • Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

    – merv
    Mar 15 at 2:06













7












7








7


1






I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.



When I type the command conda create -n chemistry python=2.7 anaconda the whole thing freezes at the solving package specifications stage.



Does anyone know what causes this or how I can go about fixing it?










share|improve this question
















I'm trying to create a Python 2.7 virtual environment with Anaconda so I can download some packages that are not compatible with Python 3.4. I'm working in Conda version 4.2.13.



When I type the command conda create -n chemistry python=2.7 anaconda the whole thing freezes at the solving package specifications stage.



Does anyone know what causes this or how I can go about fixing it?







python python-3.x python-2.7 anaconda conda






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 15 at 2:02









merv

27.2k676115




27.2k676115










asked Sep 11 '18 at 20:54









chemdatafarmerchemdatafarmer

487




487












  • Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

    – merv
    Mar 15 at 2:06

















  • Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

    – merv
    Mar 15 at 2:06
















Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

– merv
Mar 15 at 2:06





Do you really need the anaconda package in there? Why not state explicitly the package you need to install and let Conda figure out the rest: conda create -n chemistry <channel>::<some_pkg_py27>

– merv
Mar 15 at 2:06












1 Answer
1






active

oldest

votes


















0














Today I faced the same snag. It got fixed after updating my Anaconda Navigator.



Updating your Anaconda Navigator may fix your issue, too.






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%2f52284072%2fconda-create-is-stuck-at-solving-package-specifications%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









    0














    Today I faced the same snag. It got fixed after updating my Anaconda Navigator.



    Updating your Anaconda Navigator may fix your issue, too.






    share|improve this answer





























      0














      Today I faced the same snag. It got fixed after updating my Anaconda Navigator.



      Updating your Anaconda Navigator may fix your issue, too.






      share|improve this answer



























        0












        0








        0







        Today I faced the same snag. It got fixed after updating my Anaconda Navigator.



        Updating your Anaconda Navigator may fix your issue, too.






        share|improve this answer















        Today I faced the same snag. It got fixed after updating my Anaconda Navigator.



        Updating your Anaconda Navigator may fix your issue, too.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Mar 24 at 12:42









        double-beep

        3,12551632




        3,12551632










        answered Mar 24 at 12:22









        Bipul KumarBipul Kumar

        141




        141





























            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%2f52284072%2fconda-create-is-stuck-at-solving-package-specifications%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

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript