My apologies for hijacking this thread but I also have a problem upgrading to 2.0.0RC2 [afd1b19] (on Ubuntu 16.04)
I got this error:
31/03/2017 14:01 SABYenc module... NOT found! Expecting v2.8.0 -
https://sabnzbd.org/sabyenc
I did this:
$ sudo -H pip install sabyenc --upgrade
Collecting sabyenc
Downloading sabyenc-2.9.0-cp27-cp27mu-manylinux1_x86_64.whl
Installing collected packages: sabyenc
Found existing installation: sabyenc 2.7.0
Uninstalling sabyenc-2.7.0:
Successfully uninstalled sabyenc-2.7.0
Successfully installed sabyenc-2.9.0
Did this:
$ python -c "import sabyenc ; print sabyenc.__version__ "
Got this response:
2.9.0
Restarted SAB, and still have this error:
WARNING 31/03/2017 14:11 SABYenc module... NOT found! Expecting v2.8.0 -
https://sabnzbd.org/sabyenc
---
Do I need to install 2.8.0? If so, how do I do this?
I've installed 2.8.0 with
sudo pip install sabyenc==2.8.0
got:
$ sudo -H pip install sabyenc==2.8.0
Collecting sabyenc==2.8.0
Downloading sabyenc-2.8.0-cp27-cp27mu-manylinux1_x86_64.whl
Installing collected packages: sabyenc
Found existing installation: sabyenc 2.9.0
Uninstalling sabyenc-2.9.0:
Successfully uninstalled sabyenc-2.9.0
Rolling back uninstall of sabyenc
but:
~$ python -c "import sabyenc ; print sabyenc.__version__ "
still gives:
2.9.0
I'm lost