HackerShackOfficial / Smart-Mirror

Raspberry powered mirror which can display news, weather, calendar events
MIT License
911 stars 384 forks source link

Problem with install dependencies (sudo pip install -r requirements.txt) #82

Open ghost opened 7 years ago

ghost commented 7 years ago

I tried to install the dependencies udo pip install -r requirements.txt), but i got the error: Could not open requirements file: (Errno 2) No such file or directory: 'requirements.txt' Storing debug log for failure in /root/.pip/pip.log

Im running Resbian on a virtual machine, is that a problem?

Hope to hear soon an solution.

Regards,

ghost commented 7 years ago

??

kashalls commented 7 years ago

@moaliali So what this means is, your are either A) Not in the Smart-Mirror repo folder OR B) Thaat file isn't there.

Change directory into that folder.

ghost commented 7 years ago

Thanks for the response @Kashalls, I already fixed it. It was B, the file wasn't there. I installed again and it's working now. Thank-you for answering!