-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal instruction (core dumped) in ALS #137
Comments
Having same issue and no information to debug the error. |
@PyPatel Your are on CentOS 7 as well? |
I am on |
Okay, I think we have tested on ubuntu 14.04 before. |
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.
The text was updated successfully, but these errors were encountered: