flaviovdf / tribeflow

TribeFlow's source code
http://flaviovdf.github.io/tribeflow
BSD 3-Clause "New" or "Revised" License
31 stars 7 forks source link

ModuleNotFoundError: No module named '_learn' #4

Closed user360 closed 6 years ago

user360 commented 7 years ago

I installed all the dependencies and I have no errors while running make but when I tried to run main.py it shows:

Traceback (most recent call last): File "main.py", line 6, in from tribeflow import dataio File "/home/h_anh/tribeflow/tribeflow/init.py", line 10, in from tribeflow.learn import fit File "/home/h_anh/tribeflow/tribeflow/learn.py", line 4, in from _learn import em ModuleNotFoundError: No module named '_learn'

flaviovdf commented 7 years ago

Did you compile using make? Also, are you using python2?

flaviovdf commented 6 years ago

Since there was no response im closing this.