augmentedstartups / AS-One

Easy & Modular Computer Vision Detectors, Trackers & SAM - Run YOLOv9,v8,v7,v6,v5,R,X in under 10 lines of code.
https://www.augmentedstartups.com
GNU General Public License v3.0
608 stars 104 forks source link

typing-extensions package incompatibility with asone package #58

Open annanya-tamu opened 7 months ago

annanya-tamu commented 7 months ago

When going through the installation instructions and running $pip install typing_extensions==4.7.1, I get:

Collecting typing_extensions==4.7.1 Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB) Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB) Installing collected packages: typing_extensions Attempting uninstall: typing_extensions Found existing installation: typing-extensions 3.10.0.2 Uninstalling typing-extensions-3.10.0.2: Successfully uninstalled typing-extensions-3.10.0.2

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. asone 0.3.3 requires typing-extensions==3.10.0.2, but you have typing-extensions 4.7.1 which is incompatible.

Successfully installed typing_extensions-4.7.1