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

Conflict in requirements.txt #170

Open OrjwanZaafarani opened 3 years ago

OrjwanZaafarani commented 3 years ago

I'm having this error while installing the dependencies:

INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while. ERROR: Cannot install -r requirements.txt (line 4) and scipy because these package versions have conflicting dependencies.

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict
david8862 commented 3 years ago

@OrjwanZaafarani have updated the requirement. You can try again.