grab-site icon indicating copy to clipboard operation
grab-site copied to clipboard

No module named 'autobahn'

Open vitacell opened this issue 2 years ago • 1 comments

Slackware64-14.2 python-autobahn-18.11.1-x86_64-1_SBo (with all needed dependencies)

bash-4.3$ ./gs-server Traceback (most recent call last): File "./gs-server", line 3, in from libgrabsite import server File "/home/vita/Desktop/grab-site-master/libgrabsite/server.py", line 7, in from autobahn.asyncio.websocket import WebSocketServerFactory, WebSocketServerProtocol ModuleNotFoundError: No module named 'autobahn'

vitacell avatar Oct 24 '21 09:10 vitacell

I do not know which install steps you followed, but it doesn't look like anything from the grab-site README.

I can't really support anything but the various install steps documented in the README.

If you need to come up with your own install or packaging (because e.g. you're on Slackware and don't want to install via Nix), it is probably necessary to know how Python packaging and pip work.

ivan avatar Oct 24 '21 13:10 ivan