Skip to content
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

Import FTRL fails #20

Open
voglinio opened this issue Apr 21, 2018 · 1 comment
Open

Import FTRL fails #20

voglinio opened this issue Apr 21, 2018 · 1 comment

Comments

@voglinio
Copy link

I have tried to install from source both 1.3.3 and 1.3.5 versions. When issuing the import FTRL commands I get a strange "Ilegal instruction" message.

I am working on an Ubuntu 14.01 system and install python3.6 in a virtualenv. Other than some warnings:

wordbatch/models/fm_ftrl.c:2916:10: note: ‘__pyx_v_d’ was declared here
   double __pyx_v_d;

I don't see any suspicious in the installation.
This is the message I get:

(python36) voglis:~$ python3
Python 3.6.5 (default, Mar 29 2018, 00:00:00)
[GCC 4.8.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import wordbatch
>>> from wordbatch.models import FTRL
Illegal instruction (core dumped)

And this is my Python package list:

(python36) voglis:~$ pip list
Package            Version
------------------ -------
Cython             0.28.2
numpy              1.14.2
pandas             0.22.0
pip                10.0.1
py-lz4framed       0.11.0
python-dateutil    2.7.2
python-Levenshtein 0.12.0
pytz               2018.4
randomgen          1.14.4
randomstate        1.14.0
scikit-learn       0.19.1
scipy              1.0.1
setuptools         39.0.1
six                1.11.0
wheel              0.31.0
Wordbatch          1.3.3

@niknoproblems
Copy link

same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants