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
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:
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.
The text was updated successfully, but these errors were encountered: