anhaidgroup/deepmatcher

Issue in installing deepmatcher library

Opened this issue · 1 comments

try:
import deepmatcher
except:
!pip install -qqq deepmatcher

While running the above code in python 3.6 I am getting the error mention below

File "/home/vikrant/anaconda2/lib/python2.7/site-packages/deepmatcher/data/field.py", line 163
def build_vocab(self, *args, vectors=None, cache=None, **kwargs):
^
SyntaxError: invalid syntax

Showing error at vectors

It seems you're using Python 2.7 - "/home/vikrant/anaconda2/lib/python2.7". Please use Python 3.6+