rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.35k stars 603 forks source link

Won't start after update (Win10) #3287

Closed ImThePoolBoy closed 2 years ago

ImThePoolBoy commented 2 years ago

Updated from within WebUI and process will not restart (automatically, manually, or following system restart) Have tried deleting all pyc and fresh start git clone from master

Still gives the following error when called from prompt: C:\headphones>C:\Users\nobody\AppData\Local\Programs\Python\Python35\python.exe Headphones.py Traceback (most recent call last): File "Headphones.py", line 27, in from headphones import webstart, logger File "C:\headphones\headphones__init.py", line 27, in import cherrypy File "lib\cherrypy\init.py", line 60, in import pkg_resources File "lib\pkg_resources\init__.py", line 117 f"{v} is an invalid version and will not be supported in " ^ SyntaxError: invalid syntax

rembo10 commented 2 years ago

Can you try a newer version of python? I think the string literal syntax might need 3.6+, sorry about that, I can update the startup message

ImThePoolBoy commented 2 years ago

That seems to have worked, thank you!