The PackagesNotFoundError for python=3.10 is almost certainly a channel issue, since multiple versions of Python 3.10 are definitely available on our defaults channel for win-64.
A couple of things to check:
Could you share the output of conda config --show channels and conda config --show default_channels? That will help us see your full channel setup. It looks like you’re using Tsinghua mirrors, and sometimes those mirrors have been filtered which can cause resolution failures like this.
As a quick test, try creating the environment with our channel explicitly:
If that works, the issue is with one of your configured mirror channels. If it fails with a connection error, that likely means there’s a network restriction between you and repo.anaconda.com, and we can help troubleshoot from there.
You can also run conda search python to see which versions of Python are available across all of your configured channels. That can help pinpoint where the gap is.