-
Notifications
You must be signed in to change notification settings - Fork 111
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 replaced by lxml-html-clean #130
base: master
Are you sure you want to change the base?
Conversation
`lxml` and `lxml-html-clean` are now separated. The project needs `lxml-html-clean`.
@D3vil0p3r wouldn't this need the lxml to be replaced with lxml-html-clean at every import statement? |
Uhm... According to my tests, without touching the source code, if I use now only
If I just use |
@D3vil0p3r I would say just adding an extra lxml-html-clean dependancy should do away with the error. |
Install lxml[html_clean] or lxml_html_clean directly. To use the html cleaning utility of pywebcopy. Yes the error shouldn't have restricted the pywebcopy functions. It is in fact a bug created by lxml library splitting. |
Uhm so what can we do meanwhile? Waiting just for that bug to be solved? It has been reported already? |
@rajatomar788 another question: six python dependency is really needed? |
@D3vil0p3r pywebcopy 8 is in development so just wait it out. 8 would just change things around so that it removes cyclic errors. Also six was needed to keep support for python 2.7 |
Ok. Since I'm packaging and maintaining pywebcopy for several Linux distros, for now I keep pywebcopy at current version. When pywebcopy will be out, I will update the related pkgs according to the updated docs |
@D3vil0p3r yes. And also thank you for contribution and work you put towards pywebcopy. |
@rajatomar788
lxml
andlxml-html-clean
are now separated. The project needslxml-html-clean
.