david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
640 stars 222 forks source link

pip dependencies failed #251

Open namejinnameyuan opened 2 months ago

namejinnameyuan commented 2 months ago

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