Closed as not planned
Description
Hey! Thank you for this awesome thing!
I tried to install it but had bad experience on Mac. Let's take a look:
which pip
# /opt/homebrew/bin/pip
pip -V
# pip 22.3.1 from /usr/local/lib/rustpython3.11/site-packages/pip
pip install uv
# ERROR: Could not install packages due to an
# OSError: [Errno 13] Permission denied (os error 13): '/usr/local/bin/uv' -> 'None' π΄
# Consider using the `--user` option or check the permissions.
pip install --user uv
# Successfully installed uv-0.2.17
# WARNING: There was an error checking the latest version of pip. π΄
uv
# The command line interface for the uv binary.
uv pip install pandas
# error: No Python interpreters found in system toolchains π΄