lukecq1231 / kim

Knowledge-based Inference Model
Apache License 2.0
55 stars 13 forks source link

Dependency issues #15

Open PaulCCCCCCH opened 5 years ago

PaulCCCCCCH commented 5 years ago

Hello. I am having issue running the code.

When calling

np.core.multiarray._get_ndarray_c_version())

I got

AttributeError: ('The following error happened while compiling the node', DnnVersion(), '\n', "'module' object has no attribute '_get_ndarray_c_version'")

I have tried different versions of numpy and theano (including 0.9.0) but still failed. Could you please show a list of packages that you ran the code with (pip freeze or conda list or equivalent)? Thanks.