oracle / graalpython

A Python 3 implementation built on GraalVM
Other
1.17k stars 101 forks source link

uv support #399

Closed theLastOfCats closed 1 month ago

theLastOfCats commented 1 month ago

At the moment, graalpy doesn't support uv (blazing fast pypi resolver).

When using it returns strange error:

(.venv) shaziganshin@box test % uv pip install blacksheep
error: Unknown implementation: `graalpy`
msimacek commented 1 month ago

Our pip is modified to apply graalpy-specific changes to packages it installs, uv would be missing that logic. It's not feasible for us to support alternative package installers. Please use the pip we ship.