-
Notifications
You must be signed in to change notification settings - Fork 54
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
Module not found #54
Comments
How did you install keep? |
I used 'pip3 install keep' |
I'm sorry I'm not able to reproduce this issue. Can you please share some more steps on reproducing this issue |
I installed Python 3.7 en now it works perfectly. Very strange because my. other server has the same config and is using Python 3.6.3 without any problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed Keep on a new server.
When I use Python 3.6 I get an error;
Traceback (most recent call last):
File "/usr/bin/keep", line 6, in
from keep.cli import cli
ModuleNotFoundError: No module named 'keep'
[root@srv4 ~]# keep pull
Traceback (most recent call last):
File "/usr/bin/keep", line 6, in
from keep.cli import cli
ModuleNotFoundError: No module named 'keep'
The text was updated successfully, but these errors were encountered: