Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'autobahn' #200

Open
vitacell opened this issue Oct 24, 2021 · 1 comment
Open

No module named 'autobahn' #200

vitacell opened this issue Oct 24, 2021 · 1 comment
Labels

Comments

@vitacell
Copy link

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
Copy link
Contributor

ivan commented Oct 24, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants