HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
536 stars 217 forks source link

python bot.py not working #80

Open shawdavid opened 6 years ago

shawdavid commented 6 years ago

Hello all,

I have had trouble getting the python bot.py command to work. When I run it i receive the following error: Traceback (most recent call last): File "bot.py", line 8, in <module> import requests ImportError: No module named requests (hhsmartmirror) Davids-Mac-mini:AI-Smart-Mirror davidshaw$ python bot.py Traceback (most recent call last): File "bot.py", line 8, in <module> import requests ImportError: No module named requests

Can someone please advise on what to do to resolve this issue.

rachnov55 commented 6 years ago

pip install requests