[aur-general] magic-wormhole-git help with missing dependancy
Howdy, I maintain the magic-wormhole and the magic-wormhole-git packages. In magic-wormhole-git, I am now getting this error when I try to run wormhole:: Traceback (most recent call last): File "/usr/bin/wormhole", line 11, in <module> load_entry_point('magic-wormhole==0.11.2+82.g995d3f5', 'console_scripts', 'wormhole')() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point return ep.load() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load return self.resolve() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.7/site-packages/wormhole/__init__.py", line 2, in <module> from .wormhole import create, __version__ File "/usr/lib/python3.7/site-packages/wormhole/wormhole.py", line 11, in <module> from ._boss import Boss File "/usr/lib/python3.7/site-packages/wormhole/_boss.py", line 15, in <module> from ._dilation.manager import Dilator ModuleNotFoundError: No module named 'wormhole._dilation' I have gone searching for python-dialation and haven't found anything. Does anyone know what package it needs? Thanks for the help, Storm -- Powered by Arch Linux! I am registered Linux user number 508465: https://linuxcounter.net/user/508465.html My blog, Thoughts of a Dragon: http://www.stormdragon.tk/ get my public PGP key: gpg --keyserver wwwkeys.pgp.net --recv-key 43DDC193 Need a safe and easy way to backup and share files? Try Dropbox: http://db.tt/jeY50HR "Pray nightfall release me, then I could wander to deep sleep." Paradise Lost - Pray Nightfall
On Samstag, 30. März 2019 13:37:32 CET Storm Dragon via aur-general wrote:
Howdy,
I maintain the magic-wormhole and the magic-wormhole-git packages. In magic-wormhole-git, I am now getting this error when I try to run wormhole::
Traceback (most recent call last): File "/usr/bin/wormhole", line 11, in <module> load_entry_point('magic-wormhole==0.11.2+82.g995d3f5', 'console_scripts', 'wormhole')() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point return ep.load() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load return self.resolve() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.7/site-packages/wormhole/__init__.py", line 2, in <module> from .wormhole import create, __version__ File "/usr/lib/python3.7/site-packages/wormhole/wormhole.py", line 11, in <module> from ._boss import Boss File "/usr/lib/python3.7/site-packages/wormhole/_boss.py", line 15, in <module> from ._dilation.manager import Dilator ModuleNotFoundError: No module named 'wormhole._dilation'
I have gone searching for python-dialation and haven't found anything. Does anyone know what package it needs?
Thanks for the help, Storm
Hello, this is an issue with the upstream setup.py file. I've attached a patch to the email to fix the issue and install the neccessary files. You can add that patch to the AUR packaging but please also report the issue / send a PR upstream. Luca
On Samstag, 30. März 2019 13:57:20 CET Luca Weiss via aur-general wrote:
On Samstag, 30. März 2019 13:37:32 CET Storm Dragon via aur-general wrote:
Howdy,
I maintain the magic-wormhole and the magic-wormhole-git packages. In magic-wormhole-git, I am now getting this error when I try to run wormhole::
Traceback (most recent call last): File "/usr/bin/wormhole", line 11, in <module>
load_entry_point('magic-wormhole==0.11.2+82.g995d3f5',
'console_scripts', 'wormhole')() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line
2793, in load_entry_point return ep.load()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line
2411, in load return self.resolve()
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line
2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.7/site-packages/wormhole/__init__.py", line 2, in <module> from .wormhole import create, __version__
File "/usr/lib/python3.7/site-packages/wormhole/wormhole.py", line 11, in
<module> from ._boss import Boss
File "/usr/lib/python3.7/site-packages/wormhole/_boss.py", line 15, in
<module> from ._dilation.manager import Dilator ModuleNotFoundError: No module named 'wormhole._dilation'
I have gone searching for python-dialation and haven't found anything. Does anyone know what package it needs?
Thanks for the help, Storm
Hello, this is an issue with the upstream setup.py file. I've attached a patch to the email to fix the issue and install the neccessary files. You can add that patch to the AUR packaging but please also report the issue / send a PR upstream.
Luca
Seems the list doesn't like attachments or something. I've uploaded it here: https://paste.sr.ht/~z3ntu/ 23e1e94186bbdc44ed086851ea980e6f236ed280 Luca
On March 30, 2019 1:37:32 PM GMT+01:00, Storm Dragon via aur-general <aur-general@archlinux.org> wrote:
Howdy,
I maintain the magic-wormhole and the magic-wormhole-git packages. In magic-wormhole-git, I am now getting this error when I try to run wormhole::
Traceback (most recent call last): File "/usr/bin/wormhole", line 11, in <module> load_entry_point('magic-wormhole==0.11.2+82.g995d3f5', 'console_scripts', 'wormhole')() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2793, in load_entry_point return ep.load() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2411, in load return self.resolve() File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2417, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/usr/lib/python3.7/site-packages/wormhole/__init__.py", line 2, in <module> from .wormhole import create, __version__ File "/usr/lib/python3.7/site-packages/wormhole/wormhole.py", line 11, in <module> from ._boss import Boss File "/usr/lib/python3.7/site-packages/wormhole/_boss.py", line 15, in <module> from ._dilation.manager import Dilator ModuleNotFoundError: No module named 'wormhole._dilation'
I have gone searching for python-dialation and haven't found anything. Does anyone know what package it needs?
Thanks for the help, Storm
Hi, seems to be a module internal to wormhole: https://github.com/warner/magic-wormhole/tree/master/src/wormhole/_dilation Regards, Khorne
participants (3)
-
Khorne
-
Luca Weiss
-
Storm Dragon