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'm running into 2 issues with installing hat-trie:
I have to install Cython manually to prevent ImportError: No module named Cython.Distutils error (missing requirements file ?)
On one of my systems, even after installing Cython, the step cythoning src/hat_trie.pyx to src/hat_trie.c is missing, hence the build fails with gcc: src/hat_trie.c: No such file or directory.
This might be just my environment (virtualenv on a SLES 11, multiple pythons in PATH), but I don't know how to investigate Cython issues...
I'm running into 2 issues with installing hat-trie:
I have to install Cython manually to prevent
ImportError: No module named Cython.Distutils
error (missing requirements file ?)On one of my systems, even after installing Cython, the step
cythoning src/hat_trie.pyx to src/hat_trie.c
is missing, hence the build fails withgcc: src/hat_trie.c: No such file or directory
.This might be just my environment (virtualenv on a SLES 11, multiple pythons in PATH), but I don't know how to investigate Cython issues...
Full pip.log: https://gist.github.com/eddy-geek/e9d6459b5a8989f7e5f3
The text was updated successfully, but these errors were encountered: