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

Add Cython Support #17

Closed
wants to merge 8 commits into from
Closed

Add Cython Support #17

wants to merge 8 commits into from

Conversation

Theelx
Copy link
Collaborator

@Theelx Theelx commented Oct 10, 2020

No description provided.

@AlfredoSequeida
Copy link
Owner

So, this is my first time trying a Cython and I figure the package installation would be the same, but when I try to install using pip, this is what I get:

ERROR: More than one .egg-info directory found in /tmp/pip-pip-egg-info-d3jh1vfk

any ideas?

@Theelx
Copy link
Collaborator Author

Theelx commented Oct 13, 2020

@AlfredoSequeida I think it means you have some sort of corrupt Cython install from before, or the Cython people messed something up when making the most recent version. Try doing pip install cython==3.0a6, or check out possible solutions here:
pypa/pip#8201

I've never had this issue before personally, and I've never heard of anyone having it, so I'm sorta flying in the dark here.

@Theelx
Copy link
Collaborator Author

Theelx commented Oct 13, 2020

Added the cythonizer.py script in #21. Once cython is installed, if setup.py doesn't immediately install for you, you can run python3 cythonizer.py build_ext --inplace to install the module.

@Theelx
Copy link
Collaborator Author

Theelx commented Oct 14, 2020

Closing in favor of #21

@Theelx Theelx closed this Oct 14, 2020
@Theelx Theelx deleted the patch-2 branch October 14, 2020 23:33
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

Successfully merging this pull request may close these issues.

2 participants