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
I tried multiple times to install pyfasttext but failed though cysignals has been installed. Any insights/suggestions are highly appreciated.
Here is the error message.
python3.6/site-packages/cysignals/signals.pxd: cannot find cimported module 'cysignals.init'
Compiling src/pyfasttext.pyx because it changed.
Here is partial display of /Users/anyuhang/mypy3/lib/python3.6/site-packages/cysignals/signals.pxd
cython: preliminary_late_includes_cy28=True
Auto-generated file setting the correct include directories
cimport cysignals.init
from libc.signal cimport sig_atomic_t
cdef extern from "struct_signals.h":
ctypedef struct cysigs_t:
sig_atomic_t sig_on_count
const char* s
........
The text was updated successfully, but these errors were encountered:
I tried multiple times to install pyfasttext but failed though cysignals has been installed. Any insights/suggestions are highly appreciated.
Here is the error message.
python3.6/site-packages/cysignals/signals.pxd: cannot find cimported module 'cysignals.init'
Compiling src/pyfasttext.pyx because it changed.
Here is partial display of /Users/anyuhang/mypy3/lib/python3.6/site-packages/cysignals/signals.pxd
cython: preliminary_late_includes_cy28=True
Auto-generated file setting the correct include directories
cimport cysignals.init
from libc.signal cimport sig_atomic_t
cdef extern from "struct_signals.h":
ctypedef struct cysigs_t:
sig_atomic_t sig_on_count
const char* s
........
The text was updated successfully, but these errors were encountered: