I have worked on the Colab for a long time. For some of my packages, I need to use Conda on Colab. I install it as usual by !pip install conda
and it worked fine, but nowadays when I run this code I am having the following issue:
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
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 am not sure where it comes from and I am wondering if, how can I fix that? (The version of Python in Colab is 3.10, Location: /usr/local/lib/python3.10/site-packages
)
source https://stackoverflow.com/questions/76292131/the-issue-to-install-conda-on-google-colab
Comments
Post a Comment