Text-to-Speech
Safetensors
qwen2

Requires Python<3.10

#6
by sopack - opened

I tried installing it using uv and got this error:

  Γ— Failed to build `llvmlite==0.36.0`
  β”œβ”€β–Ά The build backend returned an error
  ╰─▢ Call to `setuptools.build_meta:__legacy__.build_wheel` failed (exit status: 1)
      [stderr]
      Traceback (most recent call last):
        File "<string>", line 14, in <module>
        File "/Users/Library/Caches/uv/builds-v0/.tmpoBgMAW/lib/python3.10/site-packages/setuptools/build_meta.py", line 334, in
      get_requires_for_build_wheel
          return self._get_build_requires(config_settings, requirements=[])
        File "/Users/Library/Caches/uv/builds-v0/.tmpoBgMAW/lib/python3.10/site-packages/setuptools/build_meta.py", line 304, in
      *get*build_requires
          self.run_setup()
        File "/Users/Library/Caches/uv/builds-v0/.tmpoBgMAW/lib/python3.10/site-packages/setuptools/build_meta.py", line 522, in run_setup
          super().run_setup(setup_script=setup_script)
        File "/Users/Library/Caches/uv/builds-v0/.tmpoBgMAW/lib/python3.10/site-packages/setuptools/build_meta.py", line 320, in run_setup
          exec(code, locals())
        File "<string>", line 55, in <module>
        File "<string>", line 52, in *guard*py_ver
      RuntimeError: Cannot install on Python version 3.10.16; only versions >=3.6,<3.10 are supported.
      hint: This usually indicates a problem with the package or the build environment.
  help: `llvmlite` (v0.36.0) was included because `outetts` (v0.3.2) depends on `librosa` (v0.10.2.post1) which depends on `numba` (v0.53.1) which
        depends on `llvmlite`

Take a look at this comment, it might be helpful: https://github.com/edwko/OuteTTS/issues/31#issuecomment-2501277290

Sign up or log in to comment