Open emans841 opened 6 years ago
@emans841 could you provide complete steps you used in order to generate this error?
After pip install -r requirements and configuring const.py and trying to start looking.py with python loki.py is when that error comes up.
Sorry autocorrect loki.py
Do you run it with python 3.6?
I'll have to check when I get in front of my computer should it be 3.6 or a different version
It's version 2.7.15
Running with python3 fixed it
python loki.py Traceback (most recent call last): File "loki.py", line 9, in
from lib.server.server import Server
File "/root/Desktop/Loki/lib/server/server.py", line 8, in
from lib import const
ImportError: cannot import name const
please help