I use Raspberry Pi.
I tried to create an environment with this:
conda create --name "myenv" python=3.10.1 mediapipe
I got the following error:
Fetching package metadata: ....
Error: No packages found in current linux-armv7l channels matching: python 3.10.1*
You can search for this package on anaconda.org with
anaconda search -t conda python 3.10.1*
You may need to install the anaconda-client command line client with
conda install anaconda-client
I think miniconda thinks python=3.10.1 is a package.