ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 224 forks source link

Python compatible tags does not include latest MacOS releases #13343

Open Unturned3 opened 9 months ago

Unturned3 commented 9 months ago

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 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