6

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

1

2 Answers 2

-1
pip3 uninstall pyOpenSSl

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

Sign up to request clarification or add additional context in comments.

2 Comments

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.
This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
-2

Run:

conda update conda -c conda-canary

2 Comments

This does not provide an answer to the question. Once you have sufficient reputation you will be able to comment on any post; instead, provide answers that don't require clarification from the asker. - From Review
@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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.