Open mkdy opened 6 years ago
Having same issue and no information to debug the error.
@PyPatel Your are on CentOS 7 as well? fastFM is only tested on ubuntu but cross compiled binaries should work across different distributions.
@PyPatel Your are on CentOS 7 as well? fastFM is only tested on ubuntu but cross compiled binaries should work across different distributions.
I am on Ubuntu 14.04.5 LTS
Okay, I think we have tested on ubuntu 14.04 before. Can you create a fully reproducible example incl. Python & library versions?
I used the fastFM 0.2.10 and it worked fined.
OS: CentOS 7 Python 3.6.4 |Anaconda custom (64-bit) fastFM 0.2.11 (installed with pip)
When trying to run a simple example of ALS:
the last line kills python interpreter (with SIGILL) Downgraded to 0.2.10 and everything works fine.