Let's say I want to install pybox2d
(but this applies to other packages as well), and I can see on the Anaconda website that this package obviously exists, but it cannot be found when trying to install it on my new Macbook (one of the ones with the new Apple M1 or M2 CPUs). What should I do?
conda search pybox2d -c conda-forge
Loading channels: done
No match found for: pybox2d. Search: *pybox2d*
PackagesNotFoundError: The following packages are not available from current channels:
- pybox2d
Current channels:
- https://conda.anaconda.org/conda-forge/osx-arm64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Note: There are other Stack Overflow questions which relate to this but don't quite answer the question as I have asked it here, so I wanted to make it more direct.