Skip to content
Discussion options

You must be logged in to vote

Odd. I installed all dev-requirements programmatically.

dev-requirements are for running tests and other stuff. You are completely missing Streamlink's runtime dependencies, which are defined by setuptools and which get installed by python-pip when you build and install the wheel, preferrably in editable mode.

streamlink/setup.cfg

Lines 41 to 51 in 9b19e62

install_requires =
certifi
importlib-metadata ; python_version<"3.8"
isodate
lxml >=4.6.4,<5.0
pycountry
pycryptodome >=3.4.3,<4
PySocks !=1.5.7,>=1.5.6
requests >=2.26.0,<3.0
urllib3 >=1.26.0
websocket-client >=1.2.1,<2.0

Read this.
https://streamlink.github.io/devel…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dcechano
Comment options

@gravyboat
Comment options

@dcechano
Comment options

@gravyboat
Comment options

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
3 participants