In your setup.py you have a call to triton, which seems to be no longer supported for python 3.10 higher, as there tends to be a version error, "ERROR: Could not find a version that satisfies the requirement triton (from versions: none)
ERROR: No matching distribution found for triton" Perhaps you could either put a git pull directly in the setup.py or update the script, requesting permission to fork for alterations before doing so, as installing it directly doesn't seem to quash the issue due to the requirements in the setup.py
In your setup.py you have a call to triton, which seems to be no longer supported for python 3.10 higher, as there tends to be a version error, "ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton" Perhaps you could either put a git pull directly in the setup.py or update the script, requesting permission to fork for alterations before doing so, as installing it directly doesn't seem to quash the issue due to the requirements in the setup.py