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

uv fails to install elevenlabs-python as git dependency #350

Open
soof-golan opened this issue Aug 28, 2024 · 2 comments
Open

uv fails to install elevenlabs-python as git dependency #350

soof-golan opened this issue Aug 28, 2024 · 2 comments

Comments

@soof-golan
Copy link

soof-golan commented Aug 28, 2024

uv refuses to install this package from as a git+https dependency because the pyproject.toml file is not spec compliant (Some fields are managed by poetry, and some by PEP 621)

See astral-sh/uv issue #6419 for more details on the uv side.

I have opened up #349 with a small patch that resolves this issue.

Reproduction

cd $(mktemp -d)
uv venv
uv pip install -v git+https://github.com/elevenlabs/elevenlabs-python.git@6db2fdd7458ce5c7f1bbdc2c3936784f995acd44
@soof-golan
Copy link
Author

soof-golan commented Aug 28, 2024

@chenshupe's Link is fraudulent, DO NOT click it. Sadly, I have no way of removing that comment.

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

No branches or pull requests

2 participants
@soof-golan and others