thoughtworksarts / EmoPy

A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
https://thoughtworksarts.io/blog/emopy-emotional-expression-toolkit/
GNU Affero General Public License v3.0
923 stars 264 forks source link

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' #68

Closed markovao closed 4 years ago

markovao commented 4 years ago

Hello,

I am trying to install EmoPy following the steps from README file, but when I come to the step " pip install -r requirements.txt" , I get an error -

(venv) Markovas-Air:EmoPy AsusOlha$ pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' (venv) Markovas-Air:EmoPy AsusOlha$

I would very appreciate if anyone would help me with this issue

xuv commented 4 years ago

@markovao from which folder are you running that command?

Also, have you verified that the file requirements.txt is in the folder from where you are running the command?

markovao commented 4 years ago

Thank you, that worked for me