I am using the latest Anaconda Navigator (for Python 3.9), and I know how to make a new environment with Python 3.11 in Anaconda. However, whenever I create a new environment, there are hardly any packages there. The base has all the packages I need and when I try a new environment with Python 11, I always run into silly problems like basic packages such as pandas not being there.
To update python to 3.11 in the base environment, I have tried everything I could find online. I went into the environment in Anaconda, typed in Python and clicked "mark for specific version update" for 3.11, and when I did I was met with the infamous "The following packages will be modified" box and it was blank for a long time. I also tried Choco and that did not work. I also tried some stuff in command line but to no avail.
Essentially what I want is to either update the base to 3.11 or have a new environment where there's all the base packages and 3.11. If only the point and click updating in Anaconda worked!