arsfutura / face-recognition

A framework for creating and using a Face Recognition system.
BSD 3-Clause "New" or "Revised" License
146 stars 49 forks source link

No module name joblib #27

Closed cavoidcodon closed 3 years ago

cavoidcodon commented 3 years ago

I got an issue when running ./task/train.sh /folders. It is "no module name joblib" in file train.py. I've run the command "pip install requirement.txt" before run the command to train. Then a uninstall joblib and install again but this issue still comming.

ldulcic commented 3 years ago

Hi @minhHieuTB!

I couldn't reproduce it. Which python version do you use? Can you post output of pip freeze here?

cavoidcodon commented 3 years ago

Hi @minhHieuTB!

I couldn't reproduce it. Which python version do you use? Can you post output of pip freeze here?

Hi, thanks for your response. The problem has been fixed. I use the python3 and pip3, so i change the "pip" in the command to install the dependencies package to "pip3" and it work