Vela
Vela copied to clipboard
Can't run program "syntax error"
So I've been fighting with getting this running for two days now, and it's finally beaten me :(
The first day's fight was eventually beaten by using the command conda create --name visualizer
python=3.6instead of
conda create -n visualizerWithout that change
pip install win32gui` wouldn't work.
Anyway, all the installation appears to work fine except for some text in red in the response mkl-random 1.0.1 requires cython, which is not installed.
My problem is that when I try to launch the vizualizer, I get this error message:
python main.py Traceback (most recent call last): File "main.py", line 13, in <module> import lib.mqtt as mqtt File "C:\Users\ed\Documents\home_assistant\led_vizualizer\visualizer\python\lib\mqtt.py", line 365 return f'#{int(round(color[0])):02x}{int(round(color[1])):02x}{int(round(color[2])):02x}' ^
(The little upwards arrow on the final line points to the final single speech mark on the line above)
Can anyone help me out? Like I said, I've spent two whole days on this and it's driving me nuts. System is Windows 10, anaconda 3.7 32 bit version installed.
Thanks