princeton-nlp / PURE

[NAACL 2021] A Frustratingly Easy Approach for Entity and Relation Extraction https://arxiv.org/abs/2010.12812
MIT License
790 stars 122 forks source link

版本库问题 #61

Closed AdaQueen-wy closed 1 year ago

AdaQueen-wy commented 1 year ago

您好,我安装了numpy1.19.5,并且匹配了tensorflow2.6.0&keras2.6.0,运行代码时RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd。查询需要升级numpy,但是会影响其他的库,您可以告诉我这些库的版本号吗?

a3616001 commented 1 year ago

Hey, sorry for the late response! The dependency (including the version of each lib) is specified here: https://github.com/princeton-nlp/PURE/blob/main/requirements.txt

Feel free to reopen the issue if you have further questions!