Page 1 of 1

Fedora 30 beta - change in python

Posted: April 3rd, 2019, 3:36 pm
by didierg
Hi,

I juste installed Fedora 30 beta and I try to install SABnzbd on it.

It does not work because due to changes in python between Fedora 29 and 30, python2-yenc is no longer installed.

Code: Select all

Erreur : 
 Problème: problem with installed package fedora-obsolete-packages-30-30.noarch
  - installed package fedora-obsolete-packages-30-30.noarch obsoletes python2-yenc < 0.4.0-16 provided by python2-yenc-0.4.0-15.fc30.x86_64
  - package fedora-obsolete-packages-30-30.noarch obsoletes python2-yenc < 0.4.0-16 provided by python2-yenc-0.4.0-15.fc30.x86_64
  - conflicting requests
Any help ?

Re: Fedora 30 beta - change in python

Posted: April 4th, 2019, 4:46 am
by safihre
python2-yenc is not needed, it should already have the newer version SABYenc installed.
Otherwise here's how to install it:
https://sabnzbd.org/wiki/installation/sabyenc.html

Re: Fedora 30 beta - change in python

Posted: April 4th, 2019, 6:46 am
by didierg
I installed SAByenc and I suppressed python-yenc from my spec file and it work.

Many thanks for your help.