Unable to install plugin webapi

General support for problems installing or using Deluge
Post Reply
neuman1812
New User
New User
Posts: 6
Joined: Thu Sep 21, 2017 5:23 pm

Unable to install plugin webapi

Post by neuman1812 »

Trying to install the the webapi-plug in: https://pypi.org/project/deluge-webapi/

# pip install deluge-webapi
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting deluge-webapi
Could not find a version that satisfies the requirement deluge-webapi (from versions: )
No matching distribution found for deluge-webapi


Im running Debian Stretch on a Raspberry pi.

EDIT adding -vvv to install
pip3 install -vvv deluge-webapi
Converted retries value: Retry(total=5, connect=None, read=None, redirect=None) -> Retry(total=Retry(total=5, connect=None, read=None, redirect=None), connect=None, read=None, redirect=None)
Converted retries value: Retry(total=5, connect=None, read=None, redirect=None) -> Retry(total=Retry(total=5, connect=None, read=None, redirect=None), connect=None, read=None, redirect=None)
Collecting deluge-webapi
2 location(s) to search for versions of deluge-webapi:
* https://pypi.python.org/simple/deluge-webapi/
* https://www.piwheels.org/simple/deluge-webapi/
Getting page https://pypi.python.org/simple/deluge-webapi/
Looking up "https://pypi.python.org/simple/deluge-webapi/" in the cache
Returning cached "301 Moved Permanently" response (ignoring date and etag information)
Looking up "https://pypi.org/simple/deluge-webapi/" in the cache
Current age based on date: 108
Freshness lifetime from max-age: 600
Freshness lifetime from request max-age: 600
The response is "fresh", returning cached response
600 > 108
Analyzing links from page https://pypi.org/simple/deluge-webapi/
Skipping link https://files.pythonhosted.org/packages ... eddafb2b69 (from https://pypi.org/simple/deluge-webapi/); unsupported archive format: .egg
Skipping link https://files.pythonhosted.org/packages ... 9d59c0db0a (from https://pypi.org/simple/deluge-webapi/); unsupported archive format: .egg
Skipping link https://files.pythonhosted.org/packages ... 1708f24ad6 (from https://pypi.org/simple/deluge-webapi/); unsupported archive format: .egg
Skipping link https://files.pythonhosted.org/packages ... cae6411f86 (from https://pypi.org/simple/deluge-webapi/); unsupported archive format: .egg
Getting page https://www.piwheels.org/simple/deluge-webapi/
Looking up "https://www.piwheels.org/simple/deluge-webapi/" in the cache
Current age based on date: 106
Freshness lifetime from request max-age: 600
The response is "fresh", returning cached response
600 > 106
Analyzing links from page https://www.piwheels.org/simple/deluge-webapi/
Could not find a version that satisfies the requirement deluge-webapi (from versions: )
Cleaning up...
No matching distribution found for deluge-webapi
Exception information:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
wb.build(autobuilding=True)
File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file
require_hashes
File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
File "/usr/lib/python3/dist-packages/pip/index.py", line 514, in find_requirement
'No matching distribution found for %s' % req
pip.exceptions.DistributionNotFound: No matching distribution found for deluge-webapi
Post Reply