I couldn’t get pass this error after beta 3.5, any idea? I am running rPi3 All-In-One installer. It was working with beta 3 earlier this morning.
Traceback (most recent call last):
File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py", line 1671, in <module>
main()
File "/home/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py", line 1667, in main
run()
File "/home/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py", line 1180, in run
asyncio.ensure_future(appdaemon_loop())
AttributeError: 'module' object has no attribute 'ensure_future'
I have following components installed and NOT running virtual Python environment.
Command I have used to get the list is: pip3 list
Wow! You are so much committed to this project. You did fix this in few hours and middle of the night!
May be next time I will have to think before posting any issue during night so you will not spoil your night trying to figuring out and fixing the issue :). Appreciate your dedication and valuable time.
I will try this fix tonight once I am at home.
Thanks you so much.
Relax guys I have a cold at the moment and got up in the middle of the night coughing. I sat down, read the forum, realized the fix was a 1 line change so I did it
Just don’t get used to it!
I have a great work life balance and I am old enough to appreciate it and defend it - everything I do here is because I want to not because I feel I have to.
Good Day,
Just installed using the instruction here but get the foolowing error when I run python3 -m appdaemon.appdaemon -c
Traceback (most recent call last):
File “/usr/lib/python3.4/runpy.py”, line 170, in _run_module_as_main
“main”, mod_spec)
File “/usr/lib/python3.4/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/pi/appdaemon_dashboard/appdaemon/appdaemon/appdaemon.py”, line 12, in
from websocket import create_connection
ImportError: No module named ‘websocket’
Yes, I did install websocket-client per instructions.