Hello,
I have the following error after doing yaourt -S magnetico-git:
Traceback (most recent call last):
File "/usr/bin/magneticod", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3049, in <module>
@_call_aside
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3033, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3062, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 658, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 972, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 858, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'cerberus>=1.1' distribution was not found and is required by magneticod
Is there any missing library? (Don't know what to do)
I have python 3.6.2 and have installed cerberus 1.1, but no dice...
Search Criteria
Package Details: magnetico-git a-1
Git Clone URL: | https://aur.archlinux.org/magnetico-git.git (read-only) |
---|---|
Package Base: | magnetico-git |
Description: | Autonomous (self-hosted) BitTorrent DHT search engine suite |
Upstream URL: | http://labs.boramalper.org/magnetico/ |
Licenses: | |
Provides: | |
Submitter: | swiftgeek |
Maintainer: | swiftgeek |
Last Packager: | swiftgeek |
Votes: | 4 |
Popularity: | 0.070955 |
First Submitted: | 2017-06-25 19:39 |
Last Updated: | 2017-11-21 18:26 |
Dependencies (7)
Required by (0)
Sources (1)
Latest Comments
solenskiner commented on 2018-01-13 14:01
Anonymous comment on 2017-08-07 09:52
swiftgeek commented on 2017-06-25 19:41
WARNING:
Python 3.6.0 and 3.6.1 suffer from a bug (issue #29714) that causes magneticod to fail. As it is an interpreter bug that I have no control on, please make sure that you are not using any of those Python 3 versions to run magneticod.
http://bugs.python.org/issue29714
the git repo contains a systemd unit. https://github.com/boramalper/magnetico/blob/master/magneticod/systemd/magneticod.service why not install it too? it would need a simple patch to start from /bin/ instead of ~ obviously.