elevenlabs / elevenlabs-python

The official Python API for ElevenLabs Text to Speech.
https://elevenlabs.io/docs/api-reference/getting-started
MIT License
2.1k stars 239 forks source link

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

Open soof-golan opened 2 weeks ago

soof-golan commented 2 weeks ago

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 commented 2 weeks ago

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