5

I installed conda through miniforge : https://github.com/conda-forge/miniforge

My environment was working normally until recently where any conda command results in:

Collecting package metadata (current_repodata.json): failed

CondaMemoryError: The conda process ran out of memory. Increase system memory and/or try again.

I have a MacBook Pro 13-inch, M1 2020 with 16 GB. It always has at least 6GB free memory

I don't understand why conda complains about lack of memory here

Ryan M
  • 18,333
  • 31
  • 67
  • 74
Saad Bahir
  • 159
  • 2
  • 9

2 Answers2

0
pip3 uninstall pyOpenSSl

This command solved my problem. I hope I can help you

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Feb 20 '23 at 11:56
  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/late-answers/33860912) – Enrico Agrusti Feb 22 '23 at 09:29
-2

Run:

conda update conda -c conda-canary
Ryan M
  • 18,333
  • 31
  • 67
  • 74
eddiewin
  • 15
  • 5
  • This does not provide an answer to the question. Once you have sufficient [reputation](https://stackoverflow.com/help/whats-reputation) you will be able to [comment on any post](https://stackoverflow.com/help/privileges/comment); instead, [provide answers that don't require clarification from the asker](https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead). - [From Review](/review/low-quality-posts/30551333) – Flavian Hautbois Dec 11 '21 at 19:13
  • 5
    @FlavianHautbois: It _does_ offer an answer. Though it's _unclear_ how it would solve the original problem. The author should [edit] it to include more explanation. – Jeremy Caney Dec 12 '21 at 00:45
  • Thank you Jeremy Caney. I met same issue so I advise the author try this code.Thx – eddiewin Dec 15 '21 at 11:42