Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python compatible tags does not include latest MacOS releases #13343

Open
7 of 8 tasks
Unturned3 opened this issue Feb 1, 2024 · 0 comments
Open
7 of 8 tasks

Python compatible tags does not include latest MacOS releases #13343

Unturned3 opened this issue Feb 1, 2024 · 0 comments
Labels

Comments

@Unturned3
Copy link

Checklist

  • I added a descriptive title.
  • I searched through existing issues and couldn't find a solution or duplicate issue.
  • I searched on the web (e.g. Google) and didn't find any helpful information.
  • I searched the Anaconda documentation and didn't find any helpful information.

Impacted product

  • A conda package (built by Anaconda)
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant