ModuleNotFoundError: No module named 'conda' joblibSublime Text 3 and Anaconda distribution (not plugin)...

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

Can I ask the recruiters in my resume to put the reason why I am rejected?

Why is consensus so controversial in Britain?

Is it legal for company to use my work email to pretend I still work there?

I Accidentally Deleted a Stock Terminal Theme

How to draw the figure with four pentagons?

What's the point of deactivating Num Lock on login screens?

How to take photos in burst mode, without vibration?

How could indestructible materials be used in power generation?

Is it possible to run Internet Explorer on OS X El Capitan?

Emailing HOD to enhance faculty application

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Is it canonical bit space?

What is the word for reserving something for yourself before others do?

Could gravitational lensing be used to protect a spaceship from a laser?

Memorizing the Keyboard

CEO ridiculed me with gay jokes and grabbed me and wouldn't let go - now getting pushed out of company

What reasons are there for a Capitalist to oppose a 100% inheritance tax?

Doing something right before you need it - expression for this?

I would say: "You are another teacher", but she is a woman and I am a man

Stopping power of mountain vs road bike

Is it unprofessional to ask if a job posting on GlassDoor is real?

Blender 2.8 I can't see vertices, edges or faces in edit mode

Intersection of two sorted vectors in C++



ModuleNotFoundError: No module named 'conda' joblib


Sublime Text 3 and Anaconda distribution (not plugin) issueConda proxy configurationconda traceback: No module named ruamel.yaml.comments<math.h> fails on Intel Centos 6.6 clusterRestrict users from selected conda envSpecify package install location condaconda auto try `conda-forge` if `install fail`PyQt5 5.11 using condaError when updating conda packages: RemoveError: 'setuptools' is a dependency of condaGetting the error “DLL load failed: The specified module could not be found.” while trying to import tensorflow for Windows in Anaconda using PyCharm






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







1















I globally conda installed the joblib module using a Mac OS X, Mojave, with anaconda3:



conda install -c anaconda joblib 


After the installation



conda --version


returns:



File "/Users/julia/anaconda3/bin/conda", line 12, in <module>
from conda.cli import main
ModuleNotFoundError: No module named 'conda'


I have read about this generic error of not finding conda, located my ~/anaconda3/bin and exported it as a path to my .bashrc to fix the error. However, this didn't help. Is there any chance I can still fix my anaconda?



export PATH=~/anaconda3/bin:$PATH


This is very annoying, since I was so stupid to do it to my global anaconda, not just some virtual env.



Typing "python" still works and finds python, but all the modules seem to be gone. It now says eg. No module named 'pandas' etc.



Thank you!










share|improve this question









New contributor




Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    1















    I globally conda installed the joblib module using a Mac OS X, Mojave, with anaconda3:



    conda install -c anaconda joblib 


    After the installation



    conda --version


    returns:



    File "/Users/julia/anaconda3/bin/conda", line 12, in <module>
    from conda.cli import main
    ModuleNotFoundError: No module named 'conda'


    I have read about this generic error of not finding conda, located my ~/anaconda3/bin and exported it as a path to my .bashrc to fix the error. However, this didn't help. Is there any chance I can still fix my anaconda?



    export PATH=~/anaconda3/bin:$PATH


    This is very annoying, since I was so stupid to do it to my global anaconda, not just some virtual env.



    Typing "python" still works and finds python, but all the modules seem to be gone. It now says eg. No module named 'pandas' etc.



    Thank you!










    share|improve this question









    New contributor




    Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      1












      1








      1








      I globally conda installed the joblib module using a Mac OS X, Mojave, with anaconda3:



      conda install -c anaconda joblib 


      After the installation



      conda --version


      returns:



      File "/Users/julia/anaconda3/bin/conda", line 12, in <module>
      from conda.cli import main
      ModuleNotFoundError: No module named 'conda'


      I have read about this generic error of not finding conda, located my ~/anaconda3/bin and exported it as a path to my .bashrc to fix the error. However, this didn't help. Is there any chance I can still fix my anaconda?



      export PATH=~/anaconda3/bin:$PATH


      This is very annoying, since I was so stupid to do it to my global anaconda, not just some virtual env.



      Typing "python" still works and finds python, but all the modules seem to be gone. It now says eg. No module named 'pandas' etc.



      Thank you!










      share|improve this question









      New contributor




      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I globally conda installed the joblib module using a Mac OS X, Mojave, with anaconda3:



      conda install -c anaconda joblib 


      After the installation



      conda --version


      returns:



      File "/Users/julia/anaconda3/bin/conda", line 12, in <module>
      from conda.cli import main
      ModuleNotFoundError: No module named 'conda'


      I have read about this generic error of not finding conda, located my ~/anaconda3/bin and exported it as a path to my .bashrc to fix the error. However, this didn't help. Is there any chance I can still fix my anaconda?



      export PATH=~/anaconda3/bin:$PATH


      This is very annoying, since I was so stupid to do it to my global anaconda, not just some virtual env.



      Typing "python" still works and finds python, but all the modules seem to be gone. It now says eg. No module named 'pandas' etc.



      Thank you!







      path anaconda






      share|improve this question









      New contributor




      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 12 hours ago







      Julia













      New contributor




      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 12 hours ago









      JuliaJulia

      62




      62




      New contributor




      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Julia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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
          });


          }
          });






          Julia is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421522%2fmodulenotfounderror-no-module-named-conda-joblib%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Julia is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Julia is a new contributor. Be nice, and check out our Code of Conduct.













          Julia is a new contributor. Be nice, and check out our Code of Conduct.












          Julia is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • 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%2fsuperuser.com%2fquestions%2f1421522%2fmodulenotfounderror-no-module-named-conda-joblib%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...