Upgrading to Fedora 30 broke my Sabnzbd
Posted: December 27th, 2019, 5:36 am
New users are not allowed to post links, so I paraphrase links in this query.
Upgrading to Fedora 30 broke my Sabnzbd.
I strongly suspect that the problem is that I have multiple copies of python. I suspect that because of this, I am not correctly sync'g sabyenc, the correct version of python, and sabnzbd. Assuming that this is so, although I am reasonably comfortable in bash, I found the instructions re multiple copies of python sparse and confusing. Request help: details below.
From the nuxref-repository at nuxref-com, I downloaded and then installed the rpm for nuxref-release version 1.0.0-4.fc30-nuxref-noarch-rpm.
Then : $ sudo dnf install sabnzbd
Last metadata expiration check: 1:05:40 ago on Fri 27 Dec 2019 12:42:49 AM PST.
Error:
Problem: conflicting requests
- nothing provides python-yenc needed by sabnzbd-2:2.3.5-1.fc27.nuxref.noarch
- nothing provides python-yenc needed by sabnzbd-2:2.3.3-1.fc27.nuxref.noarch
- nothing provides python-yenc needed by sabnzbd-2:2.3.2-1.fc27.nuxref.noarch
(try to add '--skip-broken' to skip uninstallable packages)
I reviewed the github link at sabnzbd/sabnzbd/issues/1039 but I am not savvy enough to correct the problem without hand-holding.
On the sabnzbd-org wiki/installation/sabyenc.html page, within the "Multiple installations of python" section, I found
/path/to/correct/python -m pip install sabyenc
I then tried $ /bin/python3.7 -m pip install sabyenc
That command resulted in (bash terminal) messages that I do not understand, some of which referred to errors.
I then executed $ python -c "import sabyenc ; print sabyenc.__version__ "
Result: 3.3.1
I then re-executed : $ sudo dnf install sabnzbd
No joy, same error messages as before.
Upgrading to Fedora 30 broke my Sabnzbd.
I strongly suspect that the problem is that I have multiple copies of python. I suspect that because of this, I am not correctly sync'g sabyenc, the correct version of python, and sabnzbd. Assuming that this is so, although I am reasonably comfortable in bash, I found the instructions re multiple copies of python sparse and confusing. Request help: details below.
From the nuxref-repository at nuxref-com, I downloaded and then installed the rpm for nuxref-release version 1.0.0-4.fc30-nuxref-noarch-rpm.
Then : $ sudo dnf install sabnzbd
Last metadata expiration check: 1:05:40 ago on Fri 27 Dec 2019 12:42:49 AM PST.
Error:
Problem: conflicting requests
- nothing provides python-yenc needed by sabnzbd-2:2.3.5-1.fc27.nuxref.noarch
- nothing provides python-yenc needed by sabnzbd-2:2.3.3-1.fc27.nuxref.noarch
- nothing provides python-yenc needed by sabnzbd-2:2.3.2-1.fc27.nuxref.noarch
(try to add '--skip-broken' to skip uninstallable packages)
I reviewed the github link at sabnzbd/sabnzbd/issues/1039 but I am not savvy enough to correct the problem without hand-holding.
On the sabnzbd-org wiki/installation/sabyenc.html page, within the "Multiple installations of python" section, I found
/path/to/correct/python -m pip install sabyenc
I then tried $ /bin/python3.7 -m pip install sabyenc
That command resulted in (bash terminal) messages that I do not understand, some of which referred to errors.
I then executed $ python -c "import sabyenc ; print sabyenc.__version__ "
Result: 3.3.1
I then re-executed : $ sudo dnf install sabnzbd
No joy, same error messages as before.