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.
Trying to run speedcomplainer returns the error
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.