rando-calrissian / Vela

Sonoff-Tasmota based LED Visualizer and Bias Lighting
GNU General Public License v3.0
55 stars 4 forks source link

Can't run program "syntax error" #3

Open dave-sausages opened 5 years ago

dave-sausages commented 5 years ago

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 visualizerpython=3.6instead ofconda create -n visualizerWithout that changepip 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