computervisioneng / automatic-number-plate-recognition-python-yolov8

GNU Affero General Public License v3.0
347 stars 143 forks source link

ModuleNotFoundError: No module named 'sort' #19

Open erenozkandev opened 6 months ago

erenozkandev commented 6 months ago

from sort.sort import *

ModuleNotFoundError: No module named 'sort'

I have all required libs installed via pip.

OmarElgammal1 commented 6 months ago

You will need to clone Sort Github Repo and use it

ivanciucdragos1 commented 5 months ago

You will need to clone Sort Github Repo and use it

How can I do that?

OmarElgammal1 commented 5 months ago

You can download it from here then extract the zip file in your directory @ivanciucdragos1

keyframesfound commented 1 month ago

@OmarElgammal1 How do I extract the zip file in my directory

OmarElgammal1 commented 1 month ago

@OmarElgammal1 How do I extract the zip file in my directory

use this link to download download sort zip then use an app to extract zip files like 7zip or WinRAR and extract it in your project directory. @keyframesfound

keyframesfound commented 1 month ago

@OmarElgammal1 Yes thank you for the reply, after extracting the folder do I just put it into the directory?