miniconda3: ImportError: No module named conda.cli [duplicate]How does using conda to install a package change my python version and remove conda?After Anaconda installation, conda command fails with “ImportError: no module named conda.cli”Calling a function of a module by using its name (a string)Python error “ImportError: No module named”ImportError: No module named requestsImportError: No module named pipImportError: No module named ImageConda example does not work, it shows newer not older numpy?Can't pip install packages in Anacondawhich programs can change the $PATH on MAC os?CERN ROOT from Miniconda on Mac OS High Sierra: libpng conflictAttempt to install or update cement with pip gives “ImportError: cannot import name ABC”

How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?

What to do with someone that cheated their way through university and a PhD program?

Why do distances seem to matter in the Foundation world?

Can a stored procedure reference the database in which it is stored?

Can a level 2 Warlock take one level in rogue, then continue advancing as a warlock?

Is there a word for the censored part of a video?

How to be good at coming up with counter example in Topology

Where was the County of Thurn und Taxis located?

Apply a different color ramp to subset of categorized symbols in QGIS?

How can I practically buy stocks?

What does "function" actually mean in music?

Could moose/elk survive in the Amazon forest?

Older movie/show about humans on derelict alien warship which refuels by passing through a star

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

A strange hotel

Mistake in years of experience in resume?

What is purpose of DB Browser(dbbrowser.aspx) under admin tool?

My bank got bought out, am I now going to have to start filing tax returns in a different state?

Drawing a german abacus as in the books of Adam Ries

Combinatorics problem, right solution?

"Whatever a Russian does, they end up making the Kalashnikov gun"? Are there any similar proverbs in English?

Why did Rep. Omar conclude her criticism of US troops with the phrase "NotTodaySatan"?

How to pronounce 'c++' in Spanish

Why did C use the -> operator instead of reusing the . operator?



miniconda3: ImportError: No module named conda.cli [duplicate]


How does using conda to install a package change my python version and remove conda?After Anaconda installation, conda command fails with “ImportError: no module named conda.cli”Calling a function of a module by using its name (a string)Python error “ImportError: No module named”ImportError: No module named requestsImportError: No module named pipImportError: No module named ImageConda example does not work, it shows newer not older numpy?Can't pip install packages in Anacondawhich programs can change the $PATH on MAC os?CERN ROOT from Miniconda on Mac OS High Sierra: libpng conflictAttempt to install or update cement with pip gives “ImportError: cannot import name ABC”






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








0
















This question already has an answer here:



  • How does using conda to install a package change my python version and remove conda?

    1 answer



Some updates broke my conda installation...



conda install



now returns



Traceback (most recent call last):
File "/Users/francoiskroll/miniconda3/bin/conda", line 12, in <module>
from conda.cli import main
ImportError: No module named conda.cli


Extra details



Not a duplicate of After Anaconda installation, conda command fails with "ImportError: no module named conda.cli"



as I have an entry for conda in my PATH already:



echo $PATH


returns



/Users/francoiskroll/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/python3.6/site-packages:/Users/francoiskroll/packages/guppy/bin:/Library/TeX/texbin:/opt/X11/bin


It sounds like it may be a Python problem?



When I fire up python, it looks like:



python



Python 2.7.15 | packaged by conda-forge | (default, Feb 27 2019, 20:44:16) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin


But I think I used to do pythonw to fire up python, if ever that helps!



Can you help?










share|improve this question













marked as duplicate by merv, user1251007, AkshayNevrekar, thewaywewere, Morten Kristensen Mar 23 at 14:33


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

    – merv
    Mar 22 at 17:13


















0
















This question already has an answer here:



  • How does using conda to install a package change my python version and remove conda?

    1 answer



Some updates broke my conda installation...



conda install



now returns



Traceback (most recent call last):
File "/Users/francoiskroll/miniconda3/bin/conda", line 12, in <module>
from conda.cli import main
ImportError: No module named conda.cli


Extra details



Not a duplicate of After Anaconda installation, conda command fails with "ImportError: no module named conda.cli"



as I have an entry for conda in my PATH already:



echo $PATH


returns



/Users/francoiskroll/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/python3.6/site-packages:/Users/francoiskroll/packages/guppy/bin:/Library/TeX/texbin:/opt/X11/bin


It sounds like it may be a Python problem?



When I fire up python, it looks like:



python



Python 2.7.15 | packaged by conda-forge | (default, Feb 27 2019, 20:44:16) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin


But I think I used to do pythonw to fire up python, if ever that helps!



Can you help?










share|improve this question













marked as duplicate by merv, user1251007, AkshayNevrekar, thewaywewere, Morten Kristensen Mar 23 at 14:33


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















  • Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

    – merv
    Mar 22 at 17:13














0












0








0









This question already has an answer here:



  • How does using conda to install a package change my python version and remove conda?

    1 answer



Some updates broke my conda installation...



conda install



now returns



Traceback (most recent call last):
File "/Users/francoiskroll/miniconda3/bin/conda", line 12, in <module>
from conda.cli import main
ImportError: No module named conda.cli


Extra details



Not a duplicate of After Anaconda installation, conda command fails with "ImportError: no module named conda.cli"



as I have an entry for conda in my PATH already:



echo $PATH


returns



/Users/francoiskroll/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/python3.6/site-packages:/Users/francoiskroll/packages/guppy/bin:/Library/TeX/texbin:/opt/X11/bin


It sounds like it may be a Python problem?



When I fire up python, it looks like:



python



Python 2.7.15 | packaged by conda-forge | (default, Feb 27 2019, 20:44:16) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin


But I think I used to do pythonw to fire up python, if ever that helps!



Can you help?










share|improve this question















This question already has an answer here:



  • How does using conda to install a package change my python version and remove conda?

    1 answer



Some updates broke my conda installation...



conda install



now returns



Traceback (most recent call last):
File "/Users/francoiskroll/miniconda3/bin/conda", line 12, in <module>
from conda.cli import main
ImportError: No module named conda.cli


Extra details



Not a duplicate of After Anaconda installation, conda command fails with "ImportError: no module named conda.cli"



as I have an entry for conda in my PATH already:



echo $PATH


returns



/Users/francoiskroll/miniconda3/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/lib/python3.6/site-packages:/Users/francoiskroll/packages/guppy/bin:/Library/TeX/texbin:/opt/X11/bin


It sounds like it may be a Python problem?



When I fire up python, it looks like:



python



Python 2.7.15 | packaged by conda-forge | (default, Feb 27 2019, 20:44:16) 
[GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin


But I think I used to do pythonw to fire up python, if ever that helps!



Can you help?





This question already has an answer here:



  • How does using conda to install a package change my python version and remove conda?

    1 answer







python conda miniconda






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 22 at 16:45









francoiskrollfrancoiskroll

327315




327315




marked as duplicate by merv, user1251007, AkshayNevrekar, thewaywewere, Morten Kristensen Mar 23 at 14:33


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by merv, user1251007, AkshayNevrekar, thewaywewere, Morten Kristensen Mar 23 at 14:33


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

    – merv
    Mar 22 at 17:13


















  • Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

    – merv
    Mar 22 at 17:13

















Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

– merv
Mar 22 at 17:13






Other possible duplicate: stackoverflow.com/q/54546450/570918 Also, note that it is no longer recommended to have conda on PATH like that other answer suggested (see v4.4 release notes).

– merv
Mar 22 at 17:13













1 Answer
1






active

oldest

votes


















0














Definitely not an optimal answer, but I solved the issue by re-installing completely miniconda3 (I am on macOSX).



I uninstalled miniconda3 by removing the folder with



rm -r ~/miniconda3/



And resinstalled it: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html#install-macos-silent






share|improve this answer





























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Definitely not an optimal answer, but I solved the issue by re-installing completely miniconda3 (I am on macOSX).



    I uninstalled miniconda3 by removing the folder with



    rm -r ~/miniconda3/



    And resinstalled it: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html#install-macos-silent






    share|improve this answer



























      0














      Definitely not an optimal answer, but I solved the issue by re-installing completely miniconda3 (I am on macOSX).



      I uninstalled miniconda3 by removing the folder with



      rm -r ~/miniconda3/



      And resinstalled it: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html#install-macos-silent






      share|improve this answer

























        0












        0








        0







        Definitely not an optimal answer, but I solved the issue by re-installing completely miniconda3 (I am on macOSX).



        I uninstalled miniconda3 by removing the folder with



        rm -r ~/miniconda3/



        And resinstalled it: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html#install-macos-silent






        share|improve this answer













        Definitely not an optimal answer, but I solved the issue by re-installing completely miniconda3 (I am on macOSX).



        I uninstalled miniconda3 by removing the folder with



        rm -r ~/miniconda3/



        And resinstalled it: https://docs.conda.io/projects/conda/en/latest/user-guide/install/macos.html#install-macos-silent







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 22 at 17:54









        francoiskrollfrancoiskroll

        327315




        327315















            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