uv icon indicating copy to clipboard operation
uv copied to clipboard

How to install audioop with uv for python3.11 ?

Open munishkhatri720 opened this issue 6 months ago • 2 comments

uv Version : uv 0.4.2 (736ccb950 2024-09-01) Python Version : 3.11.8 Platform : Windows 10

I am trying to install discord.py from git using uv but I am getting this issue

 × No solution found when resolving dependencies:
  ╰─▶ Because the requested Python version (>=3.11) does not satisfy Python>=3.13 and audioop-lts==0.2.1 depends on Python>=3.13, we can  
      conclude that audioop-lts==0.2.1 cannot be used.
      And because only audioop-lts==0.2.1 is available and your project depends on audioop-lts, we can conclude that your project's       
      requirements are unsatisfiable.

      hint: The `requires-python` value (>=3.11) includes Python versions that are not supported by your dependencies (e.g.,
      audioop-lts==0.2.1 only supports >=3.13). Consider using a more restrictive `requires-python` value (like >=3.13).
  help: If this is intentional, run `uv add --frozen` to skip the lock and sync steps.

"I know audioop is deprecated since Python 3.11, but someone is maintaining audioop for future versions. My question is, how can I install this package via uv from their Git repository? Their README only provides examples for Poetry, Pip, etc., not for uv."

munishkhatri720 avatar Sep 04 '24 07:09 munishkhatri720