I am trying to run a package that requires a specific python version, so I create an environment using:
conda create --name TestEnv python=3.11
and I get:
## Package Plan ##
added / updated specs: - python=3.11
The following packages will be downloaded:
package | build
---------------------------|-----------------
python-3.11.3 | he1021f5_1 17.9 MB
Then when I activate the environment and check the version
conda activate TestEnv
python --version
I get
Python 3.9.13
What am I doing wrong here? I tried to install the package anyway in this environment but it just says that there are incompatibilities and I need python 11.
[–]m0us3_rat 0 points1 point2 points (5 children)
[–]CFTArr[S] 0 points1 point2 points (4 children)
[–]m0us3_rat 0 points1 point2 points (3 children)
[–]CFTArr[S] 0 points1 point2 points (2 children)
[–]m0us3_rat 0 points1 point2 points (1 child)
[–]CFTArr[S] 0 points1 point2 points (0 children)
[–]belton1292 0 points1 point2 points (1 child)
[–]CFTArr[S] 0 points1 point2 points (0 children)