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

installing from cheese shop is broken. #28

Open
sivang opened this issue Dec 5, 2015 · 3 comments
Open

installing from cheese shop is broken. #28

sivang opened this issue Dec 5, 2015 · 3 comments

Comments

@sivang
Copy link

sivang commented Dec 5, 2015

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

@j0hn
Copy link
Member

j0hn commented Dec 5, 2015

You're right and that's already fixed on the development version, we haven't released a new version in a while and maybe it's time to do it.

You might want to install quepy by doing thise:

pip install git+https://github.com/machinalis/quepy.git

and you'll get the latest development version.

@rafacarrascosa what do you think? there are a bunch of fixes that are piling up and should be released already.

@sivang
Copy link
Author

sivang commented Dec 5, 2015

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.

@sivang
Copy link
Author

sivang commented Dec 5, 2015

also, parsing.py is missing when I do quepy startapp dbpedia, as in the readthedocs tutorial.

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

No branches or pull requests

2 participants