0

I am using PyKE package for building a Rule Engine in python using this tutorial http://pyke.keplerscience.org/install.html

After installing successfully, I wrote a sample python script, but am getting this error.

>> from pyke import knowledge_engine

ImportError: cannot import name knowledge_engine

I did not find any helping material in google. Can anybody help

Bhimasen
  • 677
  • 3
  • 8
  • 19
  • Check that you've installed the correct version of pyke corresponding to your version of Python. e.g. I used pyke3-1.1.1.zip because python3.6 is my default. – belwood Apr 07 '18 at 05:58
  • that link you provided goes to keplerscience. i was always wondering is it really PyKE - Python Knowledge Engine. i imply you may have installed wrong package - so you import doesn't work. – lowtech Aug 04 '18 at 01:05
  • try this one: https://github.com/e-loue/pyke/issues/1 – lowtech Aug 04 '18 at 01:07

0 Answers0