jsegaert / iocage-plugin-deluge-pip

3 stars 5 forks source link

Unable to install deluge plugin on TrueNAS-12.0-U8.1 #8

Closed bringerer closed 2 years ago

bringerer commented 2 years ago

When i try to use plugin selector and run its installation it fails with this message 443

I tried to create new jail over truenas interface and follow commands listed in this post_install.sh script When i ran "pip install --upgrade pip" it reported that "pip: Command not found." same if i run "pip install deluge"

Instead i ran "pkg install deluge" This installed deluge and all needed packages. I continued with rest f the commands in this script and was able to start deluge web interface. All worked after that.

jsegaert commented 2 years ago

Thanks for letting me know.

It actually does install py38-pip, but something seems wrong with the pip executable. I added a work-aound, so the plugin should work again... I successfully tested with the default options on TrueNAS-12.0-U8.1

bringerer commented 2 years ago

Thanks for quick fix. Tested right now on my TrueNAS-12.0-U8.1 and it works now without issues.