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

Need to pin cython version in requirements.txt #19

Open
Permafacture opened this issue Apr 20, 2024 · 1 comment
Open

Need to pin cython version in requirements.txt #19

Permafacture opened this issue Apr 20, 2024 · 1 comment

Comments

@Permafacture
Copy link

pip install extractnet failed for me because setup.py requires cython installed. I downloaded and pre-installed requirements.txt and then pip install extractnet failed because of an error with cython. I saw a warning that said some default had changed since previous releases so I looked up what cython was most recent when the requirements.txt was written.

pip install "Cython==0.29.34" fixed my issue

Note I also had to apt-get install libxml2-dev to get this to install

@Permafacture
Copy link
Author

Note I also had to pip install lxml[html_clean]

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

1 participant