Skip to content
Discussion options

You must be logged in to vote

lxml is one of Streamlink's dependencies. You're having issues installing lxml, not Streamlink.
https://lxml.de/

lxml doesn't provide wheels (pre-built binary Python packages) for armv7l. It only has wheels for x86_64, i686 and aarch64, for glibc 2.17 / 2.28 and musl libc 1.1, as you can see here:
https://pypi.org/project/lxml/4.9.3/#files

This means you'll need to build lxml from source, which is what pip tried to do in your case, as it couldn't find matching wheels. libxml2 and libxslt are two of lxml's build-dependencies, as well as Cython (optional). Make sure that you have the development packages of those two libraries installed via your distro's package management. Otherwise, you'l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bastimeyer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants