You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: