Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deluge v2.1.1-15 autoremoveplus no longer working #67

Open
jmapoz opened this issue Sep 6, 2022 · 7 comments
Open

Deluge v2.1.1-15 autoremoveplus no longer working #67

jmapoz opened this issue Sep 6, 2022 · 7 comments

Comments

@jmapoz
Copy link

jmapoz commented Sep 6, 2022

Looks like the new version of Deluge has moved to Python 3.10 and it is stopping auto remove plus from working. Any chance you could update to have it supported in the new deluge version??

Thanks in advance

@bignellrp
Copy link

Same issue but now python is 3.12

@CorentinWicht
Copy link

CorentinWicht commented Jul 4, 2024

Same issue here with Python 3.12... any fix yet?

@rriskus
Copy link

rriskus commented Oct 12, 2024

Same issue here is there a way to get this built for 3.12?

@Brandoskey
Copy link

Brandoskey commented Oct 12, 2024

Have you guys tried renaming the .egg to the python version installed on your system?

Should end in py3.x.egg where x is the point release of python you have installed.

I use the binhex docker version but this has worked in the past for some out of date plugins.

Edit: Just checked the version of python installed in my docker container and it's on 3.12 and my autoremoveplus ends with py3.9

I believe I got it from the thread below, there are a few people releasing forks of this plugin that work with newer versions of python and have new features.

https://forum.deluge-torrent.org/viewtopic.php?t=55733

This may be the version I have installed

https://github.com/tote94/deluge-autoremoveplus/releases/tag/2.0.0

@rriskus
Copy link

rriskus commented Oct 12, 2024

Have you guys tried renaming the .egg to the python version installed on your system?

Should end in py3.x.egg where x is the point release of python you have installed.

I use the binhex docker version but this has worked in the past for some out of date plugins.

I just got it running... Found a fork which I pulled and ran on latest version of python. It might work with the original but here is what I did.

Pull down the repo
Install desired version of python 3.12 this case
I then ran this since setuptools was missing
image
then run python3 setup.py bdist_egg
and take the generated file from /dist AutoRemovePlus-x-py3.x.egg
Upload and restart deluge

Unfortunately I can't upload the generated file nor should I recommend taking one from someone else... But hopefully the step above work.

@bignellrp
Copy link

I got this working using a different fork

Here is my built egg file. Obviously just renaming the egg file will not work you need to build it with the right version of python.

@Greenfelder
Copy link

thanks for the tips everyone. I got the plugin working by building it in python 3.13 which worked with my unraid docker running python 3.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants