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

Removing ctypes dependency. #354

Merged
merged 2 commits into from Feb 18, 2021
Merged

Conversation

casatir
Copy link
Contributor

@casatir casatir commented Dec 11, 2020

Importing TextBlob in Pyodide fails because ctypes is not supported there.

For now, I am stuck with old version 0.11.0, the last without ctypes dependency.

Looking at the code, it seems pretty easy to get rid of this dependency, doing unit32 and int32 casting in pure Python. See the PR.

Python 3 tests are OK but I can't test with Python 2.7 since nltkno longer supports it.

@sloria
Copy link
Owner

sloria commented Feb 17, 2021

Thank you! Can you add yourself to AUTHORS.rst?

AUTHORS.rst Show resolved Hide resolved
@sloria sloria merged commit 52c1168 into sloria:dev Feb 18, 2021
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.

None yet

2 participants