You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
pip-installing doesn't work as setup.py is broken, leading to following errors :
ImportError: No module named lxml.html.clean
since setup.py doesn't include lxml (which is in requirements.txt)
Once fixed, there is AttributeError: 'module' object has no attribute 'ytp_comments/ytp_comments.css'
not exactly sure why, but maybe setup.py doesn't correctly include some static files.
The text was updated successfully, but these errors were encountered:
olivierdalang
changed the title
ImportError: No module named lxml.html.clean (because of setup.py)
Setup.py is broken
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pip-installing doesn't work as setup.py is broken, leading to following errors :
ImportError: No module named lxml.html.clean
since setup.py doesn't include lxml (which is in requirements.txt)
Once fixed, there is
AttributeError: 'module' object has no attribute 'ytp_comments/ytp_comments.css'
not exactly sure why, but maybe setup.py doesn't correctly include some static files.
The text was updated successfully, but these errors were encountered: