Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Python 3.10 on the base enviornment of Anaconda?

I have python 3.9 installed in the anaconda base environment and have trouble installing the latest 3.10 version. I have tried to use "conda install -c conda-forge python=3.10" but it does not help resolve my problem. Over half a day, I have iteratively applied the command in the terminal but the package would not be installed. Any suggestion?

I've tried to use "conda install -c conda-forge python=3.10" and it did not work. My software still is Python 3.9 and I cannot apply the latest python version there.

like image 414
Amalie Shi Avatar asked Jan 21 '26 20:01

Amalie Shi


2 Answers

Anaconda now supports python 3.10 you can create the env using

conda create --name myenv python=3.10

like image 135
eoeo Avatar answered Jan 23 '26 21:01

eoeo


Anaconda currently doesn't support versions higher than 3.9.

You can create your own environment using your IDE that utilize Python 3.11 and install all the required libraries via pip install from the command line interface.

like image 43
Amalie Shi Avatar answered Jan 23 '26 21:01

Amalie Shi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!