Triton is probably quite picky about the version of python (tested with 3.12.3).
| Unable to find installation candidates for triton (2.1.0)
|
| This is likely not a Poetry issue.
|
| - 8 candidate(s) were identified for the package
| - 8 wheel(s) were skipped as your project's environment does not support the identified abi tags
|
| Solutions:
| Make sure the lockfile is up-to-date. You can try one of the following;
|
| 1. Regenerate lockfile: poetry lock --no-cache --regenerate
| 2. Update package : poetry update --no-cache triton
|
| If neither works, please first check to verify that the triton has published wheels available from your configured source that are compatible with your environment- ie. operating system, architecture (x86_64, arm64 etc.), python interpreter.
|
Triton is probably quite picky about the version of python (tested with 3.12.3).