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
{{ message }}
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.
I'm getting this issue while trying to start a server.
Everything is up to date and I've installed everything from requirements.txt.
Traceback (most recent call last):
File "/usr/bin/mark2", line 3, in <module>
from mk2.launcher import main
File "/usr/mark2/mk2/launcher.py", line 14, in <module>
from . import manager
File "/usr/mark2/mk2/manager.py", line 5, in <module>
from twisted.internet import reactor
ImportError: No module named twisted.internet
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting this issue while trying to start a server.
Everything is up to date and I've installed everything from requirements.txt.
The text was updated successfully, but these errors were encountered: