james-atkinson / speedcomplainer

A python app that will test your internet connection and then complain to your service provider (and log to a data store if you'd like)
509 stars 106 forks source link

ImportError: No module named daemon #33

Open KingSupernova31 opened 5 months ago

KingSupernova31 commented 5 months ago

Trying to run speedcomplainer returns the error

File "speedcomplainer.py", line 5, in <module>
    import daemon
ImportError: No module named daemon

I've already run pip install daemon as suggested in the other threads on this issue and it seemed to install successfully, but the error with speedcomplainer continues.