You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anaconda Distribution (formerly Anaconda Individual Edition)
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.
Conda info
No response
Conda config
No response
Conda list
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: