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

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

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

soof-golan opened this issue Aug 28, 2024 · 2 comments
Labels
bug Something isn't working SDKs

Comments

@soof-golan
Copy link
Contributor

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
@AngeloGiacco AngeloGiacco added bug Something isn't working SDKs labels Feb 3, 2025
@AngeloGiacco
Copy link
Collaborator

thanks for the issue! do you know if this fixed now as we have made several changes? i will have time to fix soon

@AngeloGiacco
Copy link
Collaborator

closing with #349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working SDKs
Projects
None yet
Development

No branches or pull requests

3 participants
@AngeloGiacco @soof-golan and others