I’m trying to install Miniconda 3 on a new Mac to download a package on Bioconda. When I installed Miniconda, it gave the message “Your operating system appears not to be 64-bit, but you are trying to install a 64-bit version of Miniconda3.” However, I looked it up, and the chip I’m using should be 64-bit (It’s the Apple M1 chip on a MacBook Air). I allowed it to install anyway, and it seems to have installed successfully (I can see the list of installed packaged with the ‘Conda list’ command), but when I try to install the package I need, it gives the message "UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package → Available versions"
I am very new to both Anaconda and the command line in general, and I have no idea what this error message means, or whether these two errors are linked. Do you guys know what’s going on?