uma-pi1 / kge

LibKGE - A knowledge graph embedding library for reproducible research
MIT License
776 stars 124 forks source link

Running on cpu throws error #208

Closed sanjanasri closed 3 years ago

sanjanasri commented 3 years ago

Hi all,

I tried this command "kge start examples/toy-complex-train.yaml --job.device cpu" and I got the error as in screenshot. please help

Screenshot from 2021-06-04 09-49-25

rgemulla commented 3 years ago

Seems to be an issue with numba on your system. Which numba version do you use? With 0.53.1 (as per setup.py) everything works fine on our systems.

sanjanasri commented 3 years ago

@rgemulla Thank you for your response. I reinstalled numba still I get the same error Screenshot from 2021-06-04 23-44-44

rgemulla commented 3 years ago

This is not a LibKGE issue; perhaps this helps. In Python 3.8.5, for example, this issue seems to have been resolved.