jsegaert / iocage-plugin-deluge-pip

3 stars 5 forks source link

Can't install plugin on Truenas 13.0U2 #11

Closed yozart closed 1 year ago

yozart commented 1 year ago

Hello,

When installing Deluge plugin on Truenas 13.0U2, I got following error message. Can you tell me how to proceed please ?

Error: DelugePIP had a failure Exception: RuntimeError Message: pkg error: - py39-libtorrent-rasterbar : Refusing to fetch artifact and run post_install.sh! Partial plugin destroyed

yozart commented 1 year ago

I found a piece of explanation here: https://www.truenas.com/community/threads/issues-with-deluge-on-truenas-12-u2.92105/#post-713112

Apparently, the current scrip is missing to install a package : pkg install libtorrent-rasterbar

How can I include it in the script ? or can you do it so everyone can enjoy installing deluge ?

jsegaert commented 1 year ago

Yeah, unfortunately, the python package is currently broken on FreeBSD

yozart commented 1 year ago

there is some answer on this last topic but I wasn't able to figure out how to get this working. Maybe you will understood what to do ? Can you please take a look and let me know ?

Thanks a lot for your work&answers anyway

AlexanderFeyaerts commented 1 year ago

No solutions for this yet?

jsegaert commented 1 year ago

No, package py-libtorrent-rasterbar still doesn't build, unfortunately.

yozart commented 1 year ago

proposed a code change based on this comment https://www.truenas.com/community/threads/issues-with-deluge-on-truenas-12-u2.92105/#post-713112

yozart commented 1 year ago

ok for me