DFKI-NLP / sherlock

State-of-the-art Information Extraction
3 stars 1 forks source link

Update Dependencies #30

Closed leonhardhennig closed 2 years ago

leonhardhennig commented 3 years ago

and test, e.g. if issue #29 works

when done, merge into branch sherlock_version_2

GabrielKP commented 3 years ago

It seems like the new tokenizer from huggingface are not compatible with python 3.9.7 - but work with python 3.8. Tested on 2 machines. Would be great if somebody can confirm. Enroot images do not have issues, as they are all using python 3.8 (if I am not mistaken).

Installing rust solves the issue: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh link1, link2

GabrielKP commented 2 years ago

After minor adaptations the repository works good in python 3.8 with pytorch 1.10 (latest)