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

            SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

            은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현