You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
When installing the python=3.10 package, a symlink for python 3.1 is present and points at python 3.10. This is misleading since python 3.1 is no longer supported.
To repro:
Starting with a base miniconda3 docker container, create a new environment and install python=3.10 conda create -n py310 python=3.10
Switching to the environment and listing the installed packages
python3.10 vs python3.1 seems to have popped up previously in #11065, #10969, #10989, #11005, but these all seem to be in the context of environment resolution, so I don't think this is a duplicate.
The text was updated successfully, but these errors were encountered:
m3vaz
added
the
type::bug
describes erroneous operation, use severity::* to classify the type
label
Apr 19, 2022
Checklist
What happened?
When installing the python=3.10 package, a symlink for python 3.1 is present and points at python 3.10. This is misleading since python 3.1 is no longer supported.
To repro:
conda create -n py310 python=3.10
Switching to the environment and listing the installed packages
Conda info
Conda config
Conda list
Additional Context
python3.10 vs python3.1 seems to have popped up previously in #11065, #10969, #10989, #11005, but these all seem to be in the context of environment resolution, so I don't think this is a duplicate.
The text was updated successfully, but these errors were encountered: