Skip to content
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

Setup Cython Issues #13

Open
eddy-geek opened this issue Jun 23, 2014 · 1 comment
Open

Setup Cython Issues #13

eddy-geek opened this issue Jun 23, 2014 · 1 comment

Comments

@eddy-geek
Copy link

I'm running into 2 issues with installing hat-trie:

  1. I have to install Cython manually to prevent ImportError: No module named Cython.Distutils error (missing requirements file ?)

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

Full pip.log: https://gist.github.com/eddy-geek/e9d6459b5a8989f7e5f3

@kmike
Copy link
Member

kmike commented Aug 22, 2014

Hi,

I've removed Cython dependency at install time (C files are now bundled). Could you please confirm pip install hat-trie works for you now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants