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

Please add python-requests package for AutoRemovePlus #148

Closed
staticn0de opened this issue Dec 16, 2019 · 4 comments
Closed

Please add python-requests package for AutoRemovePlus #148

staticn0de opened this issue Dec 16, 2019 · 4 comments

Comments

@staticn0de
Copy link

Would you please also add python-requests package to this container for AutoRemovePlus. Adding the python future package has the following error:

Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/deluge/pluginmanagerbase.py", line 148, in enable_plugin instance = cls(plugin_name.replace('-', '_')) File "/config/plugins/AutoRemovePlus-0.6.8-py3.8.egg/autoremoveplus/__init__.py", line 48, in __init__ from autoremoveplus.core import Core as _plugin_cls File "<frozen zipimport>", line 259, in load_module File "/config/plugins/AutoRemovePlus-0.6.8-py3.8.egg/autoremoveplus/core.py", line 51, in <module> from .mediaserver import Mediaserver File "<frozen zipimport>", line 259, in load_module File "/config/plugins/AutoRemovePlus-0.6.8-py3.8.egg/autoremoveplus/mediaserver.py", line 24, in <module> import requests ModuleNotFoundError: No module named 'requests'

Manually installing python-requests within the container allows the plugin to start and function as expected.

pacman -S --needed python-requests --noconfirm

06:09:59.681 [INFO ][deluge.pluginmanagerbase :69 ] Plugin AutoRemovePlus enabled...

Ref: #147

python-future and python-requests will also be needed in:
binhex/arch-deluge#7

@binhex
Copy link
Owner

binhex commented Dec 18, 2019

done.

@binhex binhex closed this as completed Dec 18, 2019
@maxwell-01
Copy link

Just wanted to say thank you for this!

@fun4stuff
Copy link

fun4stuff commented Jan 4, 2020

How do install auto remove plus? Doesn’t seem to work through the “install” under plugins section in preference.

Edit:
Nm. Got it

@maxwell-01
Copy link

maxwell-01 commented Jan 4, 2020 via email

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

4 participants