ArchiveTeam / grab-site

The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns
Other
1.31k stars 129 forks source link

No module named 'autobahn' #200

Open vitacell opened 2 years ago

vitacell commented 2 years ago

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'

ivan commented 2 years ago

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.