Problem with sparkql.py - Installing Using Pip
Smmehdihosseini opened this issue · 0 comments
Smmehdihosseini commented
I've installed sematch both on my local system and Google Colab. There is a problem with the sparkql.py file located in https://github.com/gsi-upm/sematch/sematch/semantic/
when I'm installing it using pip.
I've checked this file in this repository and it's all fine:
sematch/sematch/semantic/sparql.py
Line 37 in 7e92b17
but in the installed files in my local system and Google Colab, I found this:
print query
This will lead to a SyntaxError for missing parentheses.