You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
C:\Users\Yoga\Desktop\TB>c:\Python27\python.exe alexa-tv.py
Traceback (most recent call last):
File "alexa-tv.py", line 13, in
import fauxmo
File "C:\Users\Yoga\Desktop\TB\fauxmo.py", line 31, in
import requests
ImportError: No module named requests
The text was updated successfully, but these errors were encountered:
i was able to run py -m pip install requests and get past the error No module named requests.
Now getting this
C:\Users\Yoga\Desktop\TB>c:\Python27\python.exe alexa-tv.py
Traceback (most recent call last):
File "alexa-tv.py", line 47, in
p = fauxmo.poller()
File "C:\Users\Yoga\Desktop\TB\fauxmo.py", line 67, in init
self.poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'
C:\Users\Yoga\Desktop\TB>c:\Python27\python.exe alexa-tv.py
Traceback (most recent call last):
File "alexa-tv.py", line 13, in
import fauxmo
File "C:\Users\Yoga\Desktop\TB\fauxmo.py", line 31, in
import requests
ImportError: No module named requests
The text was updated successfully, but these errors were encountered: