[X] Anaconda Distribution (formerly Anaconda Individual Edition)
[X] Miniconda
[ ] Anaconda.org
What happened?
Running pip debug --verbose reveals that MacOS versions up to 10.x is supported. However, many python packages are built for MacOS 11+, e.g. mediapipe. As such, they cannot be installed using pip in a conda environment.
This issue was previously raised here but was not resolved.
Expected behavior or outcome
Running pip install mediapipe==0.10.7 should successfully install the package. However, it complains that no supported version is found, reporting that only 0.9.x is available.
Checklist
Impacted product
What happened?
Running
pip debug --verbose
reveals that MacOS versions up to 10.x is supported. However, many python packages are built for MacOS 11+, e.g. mediapipe. As such, they cannot be installed usingpip
in a conda environment.This issue was previously raised here but was not resolved.
Expected behavior or outcome
Running
pip install mediapipe==0.10.7
should successfully install the package. However, it complains that no supported version is found, reporting that only 0.9.x is available.Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response