So, there are some complications when upgrading to python3.
ImportError: bad magic number in...
-
find /path/to/SickChill -name '*.pyc' -delete systemctl restart sickchill # or however you restart your service
-
run command prompt as an administrator
(Click on Start button -> type "cmd" -> right-click on "Command Prompt" -> click "Run as administrator")
At the command prompt:
net stop sickchill cd C:\SickChill\SickChill del /S *.pyc net start sickchill