openai / deeptype

Code for the paper "DeepType: Multilingual Entity Linking by Neural Type System Evolution"
https://arxiv.org/abs/1802.01021
Other
647 stars 147 forks source link

ModuleNotFoundError: No module named 'wikidata_linker_utils.successor_mask' #20

Closed MurtyShikhar closed 6 years ago

MurtyShikhar commented 6 years ago

I get this while trying to run /extraction/full_preprocess.sh ${DATA_DIR} en. I have installed all the dependencies. What could be going wrong?

onijinsky commented 5 years ago

I have the same problem, someone know how to deal with it?

tbarnier commented 4 years ago

I 've got the feeling I faced this problem

At some point, I had to install a sspecific version of epub-conversion

would pip install epub-conversion==1.0.8

help?