You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which leads to compilation failure: pycrfsuite/_pycrfsuite.cpp:586:10: fatal error: ../crfsuite/include/crfsuite.h: No such file or directory
How can I change this to (or without /usr/include/)
#include "/usr/include/crfsuite.h"
#include "/usr/include/crfsuite_api.hpp"
``` ?
The file is not patchable because Cython always regenerates it.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The Cython-generated
pycrfsuite/_pycrfsuite.cpp
file includeswhich leads to compilation failure:
pycrfsuite/_pycrfsuite.cpp:586:10: fatal error: ../crfsuite/include/crfsuite.h: No such file or directory
How can I change this to (or without /usr/include/)
The text was updated successfully, but these errors were encountered: