lucien2k / sonoff-python

Make use of your sonoff smart switches without flashing them via the cloud APIs
MIT License
51 stars 32 forks source link

when I run I get this error #4

Closed Austin-ag closed 4 years ago

Austin-ag commented 5 years ago

ModuleNotFoundError: No module named 'requests

running python 3.7.3

kutzowsky commented 5 years ago

pip install requests should resolve your problem for now. You'll probably need websocket-client module as well.

The issue with not downloading dependencies during pip install was fixed in #2, but an older version is on the pypi. @lucien2k could you publish a new one?

lucien2k commented 4 years ago

Should be fixed with the new release