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

Broken dependencies with python 3.13? #113

Open
damianobarbati opened this issue Feb 11, 2025 · 0 comments
Open

Broken dependencies with python 3.13? #113

damianobarbati opened this issue Feb 11, 2025 · 0 comments
Assignees

Comments

@damianobarbati
Copy link

$ python3 --version
Python 3.13.2

$ pip3 --version
pip 25.0 from /usr/local/lib/python3.13/site-packages/pip (python 3.13)

$ pip3 install --break-system-packages -r requirements.txt
Collecting ltx-video@ git+https://github.com/Lightricks/LTX-Video@ltx-video-0.9.1 (from -r requirements.txt (line 2))
  Cloning https://github.com/Lightricks/LTX-Video (to revision ltx-video-0.9.1) to /private/var/folders/zx/30zvxp855ld25g5yc6swdny80000gn/T/pip-install-5ekob3sg/ltx-video_9215d430c6dc4851bf8c293fbb7ef1af
  Running command git clone --filter=blob:none --quiet https://github.com/Lightricks/LTX-Video /private/var/folders/zx/30zvxp855ld25g5yc6swdny80000gn/T/pip-install-5ekob3sg/ltx-video_9215d430c6dc4851bf8c293fbb7ef1af
  Running command git checkout -q 4054d5aa9ed7c93a255de60d8625b41087b5c022
  Resolved https://github.com/Lightricks/LTX-Video to commit 4054d5aa9ed7c93a255de60d8625b41087b5c022
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting av>=10.0.0 (from -r requirements.txt (line 1))
  Using cached av-14.1.0-cp313-cp313-macosx_11_0_x86_64.whl.metadata (4.7 kB)
INFO: pip is looking at multiple versions of ltx-video to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement torch>=2.1.0 (from ltx-video) (from versions: none)
ERROR: No matching distribution found for torch>=2.1.0
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