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
sivan@metal:~/icrav/code$ quepy
Traceback (most recent call last):
File "/home/sivan/icrav-venv/bin/quepy", line 27, in
from docopt import docopt
ImportError: No module named docopt
It appears that this fixes it:
pip install docopt
so docopt needs to be added to the requirements.txt
The text was updated successfully, but these errors were encountered:
Thanks for the quick reply! I will do so, I love your effort and the library. I can probably help with release and bug fixing like this as a starting point to get involved.
BTW: Can we have a mongodb or any other KeyValue store support? I'm willing to do the coding.
I have installed as so:
pip install quepy
Then:
sivan@metal:~/icrav/code$ quepy
Traceback (most recent call last):
File "/home/sivan/icrav-venv/bin/quepy", line 27, in
from docopt import docopt
ImportError: No module named docopt
It appears that this fixes it:
pip install docopt
so docopt needs to be added to the requirements.txt
The text was updated successfully, but these errors were encountered: