SABYenc installed to wrong python version?
Posted: September 27th, 2017, 11:29 am
I just upgraded from SAB 1.2.3 to 2.3.0, and noticed I needed to install SABYenc 3.3.1. I followed the directions on https://sabnzbd.org/wiki/installation/sabyenc.html, and it looks like it installed okay. But then I think it may have installed on the wrong python version:
Can't get either python to recognize the version:
I'm running this on OpenSUSE. Any thoughts on what to look at next?
Code: Select all
> sudo pip install sabyenc --upgrade
Requirement already up-to-date: sabyenc in /usr/lib64/python3.4/site-packages
> python --version
Python 2.7.13
> python3 --version
Python 3.4.6Code: Select all
>python -c "import sys; print sys.executable; import sabyenc ; print sabyenc.__version__ "
/usr/bin/python
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named sabyenc