Skip to content

Bad experience: Mac, python from brew, pip install uvΒ #4624

Closed as not planned
@anki-code

Description

@anki-code

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 πŸ”΄ 

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionAsking for clarification or support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions