[Solved]
Jan 14, 2017, 09:02 PM
(This post was last modified: Jan 14, 2017, 09:30 PM by FunkyNInja.)
i tryed to use your installer now on Debian 8. and all looked too go fine until the end i saw
and as a noob iam like WHAT ?
Code:
ImportError: No module named setuptools_ext
----------------------------------------
Can't roll back cryptography; was not uninstalled
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-If8ccx/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__f ile__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-mA0PSu-record/install-record.txt --single-version-externally-managed --compi le failed with error code 1 in /tmp/pip-build-If8ccx/cryptography
Storing debug log for failure in /root/.pip/pip.log
Cloning into '/opt/CouchPotato'...
remote: Counting objects: 49788, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 49788 (delta 0), reused 0 (delta 0), pack-reused 49783
Receiving objects: 100% (49788/49788), 22.03 MiB | 5.89 MiB/s, done.
Resolving deltas: 100% (30258/30258), done.
Checking connectivity... done.
Job for couchpotato.service failed. See 'systemctl status couchpotato.service' and 'journalctl -xn' for details.
Code:
~/HTPCGuides# sudo systemctl status couchpotato.service
● couchpotato.service - LSB: CouchPotato PVR for Usenet and torrents
Loaded: loaded (/etc/init.d/couchpotato)
Active: failed (Result: exit-code) since Sat 2017-01-14 21:52:37 CET; 11min ago
Process: 59225 ExecStart=/etc/init.d/couchpotato start (code=exited, status=1/FAILURE)
Jan 14 21:52:36 Auto couchpotato[59225]: import OpenSSL.SSL
Jan 14 21:52:36 Auto couchpotato[59225]: File "/usr/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
Jan 14 21:52:36 Auto couchpotato[59225]: from OpenSSL import rand, crypto, SSL
Jan 14 21:52:36 Auto couchpotato[59225]: File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 112, in <module>
Jan 14 21:52:36 Auto couchpotato[59225]: if _lib.Cryptography_HAS_SSL_ST:
Jan 14 21:52:36 Auto couchpotato[59225]: AttributeError: 'FFILibrary' object has no attribute 'Cryptography_HAS_SSL_ST'
Jan 14 21:52:37 Auto couchpotato[59225]: failed!
Jan 14 21:52:37 Auto systemd[1]: couchpotato.service: control process exited, code=exited status=1
Jan 14 21:52:37 Auto systemd[1]: Failed to start LSB: CouchPotato PVR for Usenet and torrents.
Jan 14 21:52:37 Auto systemd[1]: Unit couchpotato.service entered failed state.
Code:
Fetched 87.0 kB in 4s (19.3 kB/s)
Duplicate sources.list entry http://download.mono-project.com/repo/debian/ wheezy/main amd64 Packages (/var/lib/apt/lists/download.mono-project.com_repo_debian _dists_wheezy_main_binary-amd64_Packages)
You may want to run apt-get update to correct these problems
Reading package lists... Done
W: Duplicate sources.list entry http://download.mono-project.com/repo/debian/ wheezy/main amd64 Packages (/var/lib/apt/lists/download.mono-project.com_repo_deb ian_dists_wheezy_main_binary-amd64_Packages)
W: You may want to run apt-get update to correct these problems
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nzbdrone : Depends: libmono-cil-dev (>= 3.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
chown: cannot access ‘/opt/NzbDrone’: No such file or directory
--2017-01-14 21:50:37-- https://raw.github.com/blindpet/MediaServerInstaller/usenet/scripts/nzbdrone
Resolving raw.github.com (raw.github.com)... 151.101.84.133
Connecting to raw.github.com (raw.github.com)|151.101.84.133|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://raw.githubusercontent.com/blindpet/MediaServerInstaller/usenet/scripts/nzbdrone [following]
--2017-01-14 21:50:38-- https://raw.githubusercontent.com/blindpet/MediaServerInstaller/usenet/scripts/nzbdrone
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.84.133
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.84.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2495 (2.4K) [text/plain]
Saving to: ‘nzbdrone’
and as a noob iam like WHAT ?