Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip dependencies failed #251

Open
namejinnameyuan opened this issue Sep 4, 2024 · 0 comments
Open

pip dependencies failed #251

namejinnameyuan opened this issue Sep 4, 2024 · 0 comments

Comments

@namejinnameyuan
Copy link

I get a mismatch error when installing dependencies, can this be fixed?

Requirement already satisfied: numpy in /home/dragino/yolo/lib/python3.12/site-packages (from -r requirements.txt (line 1)) (2.1.1)
Requirement already satisfied: setuptools in /home/dragino/yolo/lib/python3.12/site-packages (from -r requirements.txt (line 2)) (74.0.0)
Collecting scipy (from -r requirements.txt (line 3))
Using cached scipy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
Collecting scikit-learn==0.20.3 (from -r requirements.txt (line 4))
Using cached scikit-learn-0.20.3.tar.gz (11.8 MB)
Preparing metadata (setup.py) ... done
Collecting opencv-python==4.10.0.84 (from -r requirements.txt (line 5))
Using cached opencv_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
Collecting opencv-contrib-python==4.10.0.84 (from -r requirements.txt (line 6))
Using cached opencv_contrib_python-4.10.0.84-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB)
Requirement already satisfied: tensorflow in /home/dragino/yolo/lib/python3.12/site-packages (from -r requirements.txt (line 7)) (2.17.0)
Collecting keras_applications (from -r requirements.txt (line 8))
Using cached Keras_Applications-1.0.8-py3-none-any.whl.metadata (1.7 kB)
Collecting tensorflow-model-optimization==0.5.0 (from -r requirements.txt (line 9))
Using cached tensorflow_model_optimization-0.5.0-py2.py3-none-any.whl.metadata (911 bytes)
ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python <3.12,>=3.8; 1.10.0rc1 Requires-Python <3.12,>=3.8; 1.10.0rc2 Requires-Python <3.12,>=3.8; 1.10.1 Requires-Python <3.12,>=3.8; 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; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11; 1.9.0 Requires-Python >=3.8,<3.12; 1.9.0rc1 Requires-Python >=3.8,<3.12; 1.9.0rc2 Requires-Python >=3.8,<3.12; 1.9.0rc3 Requires-Python >=3.8,<3.12; 1.9.1 Requires-Python >=3.8,<3.12
ERROR: Could not find a version that satisfies the requirement tensorflow-addons (from versions: none)
ERROR: No matching distribution found for tensorflow-addons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant