google-coral / example-object-tracker

Apache License 2.0
112 stars 32 forks source link

ModuleNotFoundError: No module named 'sort' #3

Closed marcoruizrueda closed 3 years ago

marcoruizrueda commented 3 years ago

I have a "No module named 'sort''" error when I run "python3 detect.py --tracker sort". I upgraded setuptools and sort, but It seems to be any other third party library. Any hint? Thanks

manoj7410 commented 3 years ago

On which host machine are you trying to run ? Did you run 'bash install_requirements.sh' ?

marcoruizrueda commented 3 years ago

I am trying on ubuntu20.

Yes, I ran "sh install_requirements.sh" but there was an error there:

install_requirements.sh: 53: read: Illegal option -n
install_requirements.sh: 54: [[: not found

It worked after executing all the script steps by hand. Thanks for the response.