GaryOcean428 / Agent99

3 stars 1 forks source link

triton preventing pip install -r requirements.txt from working #111

Open Dcamy opened 2 weeks ago

Dcamy commented 2 weeks ago

When I run;

pip install -r requirements.txt

I get;

ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10 ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton

I removed triton from the requirements.txt and everything installed fine

GaryOcean428 commented 5 days ago

it works better through the poetry method. I'm not really even using the requirements method and will be phasing it out.