I can't install conda from my new python3.8 environment.
When I do
sudo python3.8 -m pip install conda
I get this error:
ERROR: Could not find a version that satisfies the requirement conda (from versions: 3.0.6, 3.5.0, 3.7.0, 3.17.0, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.7, 4.0.8, 4.0.9, 4.1.2, 4.1.6, 4.2.6, 4.2.7, 4.3.13, 4.3.16)
ERROR: No matching distribution found for conda
I see that conda has been yanked from pypi but I have some other librairies that have dependencies with conda.
What can I do?