FN11 jail with flexget help needed!

Status
Not open for further replies.

stevetoza

Dabbler
Joined
Jan 6, 2017
Messages
20
Hi All,

Looking for some help, Have installed transmission and flexget in a standard jail with transmission.

When trying to run flexget, i'm getting the below error

Code:
root@Transmission:~/.flexget # flexget database reset --sure
2018-01-11 07:43 VERBOSE  manager					   Creating new database /root/.flexget/db-config.sqlite - DO NOT INTERUPT ...
FATAL: Unable to use SQLite. Are you running Python 2.7, 3.3 or newer ?
Python should normally have SQLite support built in.
If you're running correct version of Python then it is not equipped with SQLite.
You can try installing `pysqlite`. If you have compiled python yourself, recompile it with SQLite support.
Error: No module named pysqlite2


Used this post https://forums.freenas.org/index.ph...tall-flexget-on-freenas-9-1-jail.14328/page-2 to install it. Wondering if this process has changed since FN11

Thanks

Steve
 
D

dlavigne

Guest
What exact commands did you run to install the flexget portion? That thread has various sets of instructions.
 

stevetoza

Dabbler
Joined
Jan 6, 2017
Messages
20
What exact commands did you run to install the flexget portion? That thread has various sets of instructions.
Ran through these commands

Code:
pkg upgrade -y
pkg install -y net/py-urllib3 databases/py-sqlite3 devel/py-pip rar unrar nano
pip install flexget
pip install transmissionrpc
pip install --upgrade pip
pip install --upgrade setuptools
pip install --upgrade flexget
pip install --upgrade transmissionrpc
 

nasmennonas

Cadet
Joined
Mar 29, 2018
Messages
1
I cannot see how this worked for you.
I get the following error;

root@msd:/bin # pip install flexget
Shared object "libpython2.7.so.1" not found, required by "python2.7"


This is strange since;

/mnt/STORAGE2/jails/msd/usr/local/lib/libpython2.7.so.1

It is all there.
Also since version 11 ports are not working any more. I cannot get this to work :(
 
Status
Not open for further replies.
Top