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