-
Notifications
You must be signed in to change notification settings - Fork 12
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
Cython compiling error while installing #7
Comments
@ngoix have you modified this file (fast_dict.pxd)? If not it means that the error comes from scikit itself. |
Thanks for the reply, @RomainBrault :) |
Ok it seems that the error comes from gcc-7 and higher (at the time it has been tested again gcc-6/gcc-5). Note that sklean 0.19 also fixed in the same file a bug related to clang. @minoriinoue In the file sklearn/utils/fast_dict.pxd you should add right below the line
a new line
I proposed a pull request fixing this available in the branch cythonize-patch-1. Waiting for feedback on this fix before merge. |
NB: sklearn 0.20 proposed to simply remove the DTYPE and ITYPE lines instead of the 'import numpy as np'. |
Hi again :)
I would like to try out your One Class Random Forest Classifier (I read your paper as well).
However, in installing the code, I get some errors related to Cython files.
For example,
Do you know the problem or is there something I'm doing wrong?
Best,
Minori
The text was updated successfully, but these errors were encountered: