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
........
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
........