pip install fail.
This maybe should be in the triton project but...
(venv) serj@debtest:~/GITHUB/tritondse$ uname -a
Linux debtest 6.10.9-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.10.9-1 (2024-09-08) x86_64 GNU/Linux
(venv) serj@debtest:~/GITHUB/tritondse$ pip install tritondse
.......
ERROR: Cannot install tritondse==0.1.1, tritondse==0.1.10, tritondse==0.1.11, tritondse==0.1.12, tritondse==0.1.2, tritondse==0.1.3, tritondse==0.1.4, tritondse==0.1.5, tritondse==0.1.6, tritondse==0.1.7, tritondse==0.1.8 and tritondse==0.1.9 because these package versions have conflicting dependencies.
The conflict is caused by:
tritondse 0.1.12 depends on triton-library>=1.0.0rc4
tritondse 0.1.11 depends on triton-library>=1.0.0rc4
tritondse 0.1.10 depends on triton-library
tritondse 0.1.9 depends on triton-library
tritondse 0.1.8 depends on triton-library
tritondse 0.1.7 depends on triton-library
tritondse 0.1.6 depends on triton-library
tritondse 0.1.5 depends on triton-library
tritondse 0.1.4 depends on triton-library
tritondse 0.1.3 depends on triton-library
tritondse 0.1.2 depends on triton-library
tritondse 0.1.1 depends on triton-library
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
ALSO
(venv) serj@debtest:~/GITHUB/tritondse$ pip install triton-library
ERROR: Could not find a version that satisfies the requirement triton-library (from versions: none)
ERROR: No matching distribution found for triton-library
Getting the same error here, it looks like triton-library was removed from pip? I wonder if the wheel is anywhere.
Hi! Are you using a Python version >= 3.12? If that's the case, this is problably the reason for this issue. The triton-library wheel packages for py312 and py313 are not yet pushed to PyPI.
Packages for py312 and py313 should be soon pushed to PyPI. In the meantime, you can try using a Python version <= 3.11.
You should be able to run pip install tritondse without any issues now in py312 and py313.
I'll close this issue now, please re-open if it doesn't work. Thanks both for reporting!
Hey @cnheitman, thanks for looking into this! I am on Python 3.13, and I'm still getting the following over a fresh install of the library unfortunately:
Downloading quokka_project-0.6.0-py3-none-any.whl.metadata (5.3 kB)
INFO: pip is looking at multiple versions of tritondse to determine which version is compatible with other requirements. This could take a while.
Collecting tritondse
Downloading tritondse-0.1.11-py3-none-any.whl.metadata (3.4 kB)
Downloading tritondse-0.1.10-py3-none-any.whl.metadata (3.4 kB)
Downloading tritondse-0.1.9-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.8-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.7-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.6-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.5-py3-none-any.whl.metadata (3.3 kB)
INFO: pip is still looking at multiple versions of tritondse to determine which version is compatible with other requirements. This could take a while.
Downloading tritondse-0.1.4-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.3-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.2-py3-none-any.whl.metadata (3.3 kB)
Downloading tritondse-0.1.1.tar.gz (93 kB)
Preparing metadata (setup.py) ... done
ERROR: Cannot install tritondse==0.1.1, tritondse==0.1.10, tritondse==0.1.11, tritondse==0.1.12, tritondse==0.1.2, tritondse==0.1.3, tritondse==0.1.4, tritondse==0.1.5, tritondse==0.1.6, tritondse==0.1.7, tritondse==0.1.8 and tritondse==0.1.9 because these package versions have conflicting dependencies.
The conflict is caused by:
tritondse 0.1.12 depends on triton-library>=1.0.0rc4
tritondse 0.1.11 depends on triton-library>=1.0.0rc4
tritondse 0.1.10 depends on triton-library
tritondse 0.1.9 depends on triton-library
tritondse 0.1.8 depends on triton-library
tritondse 0.1.7 depends on triton-library
tritondse 0.1.6 depends on triton-library
tritondse 0.1.5 depends on triton-library
tritondse 0.1.4 depends on triton-library
tritondse 0.1.3 depends on triton-library
tritondse 0.1.2 depends on triton-library
tritondse 0.1.1 depends on triton-library
I have cleared my pip cache to ensure that it isn't an issue from when I attempted to install it last time also.
Best, Lloyd.
Hi @LloydLabs !
What OS are you running?
Could you try installing triton (pip install triton-library) to see what error it gives you?
I'm closing this issue. Please, re-open if necessary.