Did SickBeard just stop working today for anyone else? Tries to download pip and other packages every time I try to start the daemon and eventually errors out. Seems to be a problem with pip or python?
pip --version
pip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)
% /opt/sickrage/SickBeard.py -d
Downloading pip ...
Downloading: /opt/sickrage/requirements/get-pip.py Bytes: 1412744
Installing pip ...0%]
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
Cleaning up downloaded pip files
Patching SiCKRAGE SSL Context
Checking for required SiCKRAGE packages, please stand by ...
[1.00%]::Installing APScheduler package
[2.00%]::Installing babelfish package
[4.00%]::Installing backport-ipaddress package
[5.00%]::Installing backports-abc package
[6.00%]::Installing backports.ssl-match-hostname package
[8.00%]::Installing beautifulsoup4 package
[9.00%]::Installing bencode package
[10.00%]::Installing CacheControl package
[12.00%]::Installing certifi package
[13.00%]::Installing chardet package
[14.00%]::Installing click package
[16.00%]::Installing cryptography package
No handlers could be found for logger "pip.wheel"
Traceback (most recent call last):
File "/opt/sickrage/SickBeard.py", line 26, in <module>
main()
File "/opt/sickrage/sickrage/__init__.py", line 710, in main
install_reqs(optional=INSTALL_OPTIONAL, user=USER)
File "/opt/sickrage/requirements/__init__.py", line 145, in install_reqs
install_pkgs(os.path.join(os.path.abspath(os.path.dirname(__file__)), 'global.txt'), user)
File "/opt/sickrage/requirements/__init__.py", line 85, in install_pkgs
pip_install_cmd.run(options, [pkg_name])
File "/usr/local/lib/python2.7/dist-packages/pip/commands/install.py", line 311, in run
root=options.root_path,
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_set.py", line 646, in install
**kwargs
File "/usr/local/lib/python2.7/dist-packages/pip/req/req_install.py", line 852, in install
show_stdout=False,
File "/usr/local/lib/python2.7/dist-packages/pip/utils/__init__.py", line 733, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip.exceptions.InstallationError: Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-iV1gVg/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-sHBtsa-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-iV1gVg/cffi
Time spent in user mode (CPU seconds) : 96.710s
Time spent in kernel mode (CPU seconds) : 8.720s
Total time : 1:58.50s
CPU utilisation (percentage) : 88.9%
Times the process was swapped : 0
Times of major page faults : 124
Times of minor page faults : 269841