MLSysOps / MLE-agent

MLE-Agent is designed to be a pair coding agent for machine learning engineers and researchers. Support OpenAI and Ollama.
MIT License
16 stars 1 forks source link

pip install errors #82

Closed HuaizhengZhang closed 2 weeks ago

HuaizhengZhang commented 2 weeks ago

Software execution information

MLE-agent version: System OS version:

Problem description

ERROR: Ignored the following versions that require a different python version: 0.5.0 Requires-Python >=3.10,<4.0; 0.5.2 Requires-Python >=3.10,<4.0; 0.6.0 Requires-Python >=3.10,<4.0; 0.6.1 Requires-Python >=3.10,<4.0; 0.6.2 Requires-Python >=3.10,<4.0; 0.6.3 Requires-Python >=3.10,<4.0; 0.6.4 Requires-Python >=3.10,<4.0; 0.6.5 Requires-Python <4.0,>=3.10; 0.6.6 Requires-Python <4.0,>=3.10; 0.6.7 Requires-Python <4.0,>=3.10; 0.6.8 Requires-Python <4.0,>=3.10; 1.0.0 Requires-Python <4.0,>=3.10; 1.0.2 Requires-Python <4.0,>=3.10; 1.0.3 Requires-Python <4.0,>=3.10; 1.1.0 Requires-Python <4.0,>=3.10
ERROR: Could not find a version that satisfies the requirement instructor~=0.6.8 (from mle-agent) (from versions: 0.2.1, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.2.11, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.4.7, 0.4.8, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.3.0, 1.3.1, 1.3.2)
ERROR: No matching distribution found for instructor~=0.6.8

Steps to reproduce the problem

pip install -e .

Expected behavior

Other information

Things you tried, stack traces, related issues, suggestions on how to fix it...