-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
LXML 5.2.0 breaks import #532
Comments
I tried installing it separately, and the error doesn't come up. But, |
same problem anyone solve this???? |
I downgraded to lxml == 5.1.0 |
but i use trafilatura package inside lxml. And i try this solution. Not worked me!!! |
using lxml==5.1.0 will fix your problem.. |
Alternatively you can update Trafilatura to its latest version (1.8.0), |
No this isn't correct, there is a problem with the justext dependency (miso-belica/jusText#47). |
This is now fixed in #535, I'll issue a new Trafilatura release shortly. |
The issue is now fixed in release 1.8.1. |
setup.py would still need an update: |
It's already done, or can you be more specific? |
I can't upgrade lxml to 5.2.1 because setup.py wants: |
It's normal, that's the bug fix for now. |
LXML will be up-to-date in the next version, see #593. |
ImportError: lxml.html.clean module is now a separate project lxml_html_clean.
The text was updated successfully, but these errors were encountered: