gsi-upm/sematch

Problem with sparkql.py - Installing Using Pip

Smmehdihosseini opened this issue · 0 comments

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:

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.