Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install streamlink via python pip




streamlink - Streamlink is a command-line utility that extracts streams from various services and pipes them into a video player of choice., it belongs to Classifiers:

- Intended Audience :: End Users/Desktop
- Topic :: Multimedia
- Topic :: Multimedia :: Sound/Audio
- Topic :: Multimedia :: Video

When you know about this project and you want to new install streamlink to support your project or you get trouble as ModuleNotFoundError: No module named "streamlink" or ImportError: cannot import name "streamlink" in your project, let follow this tutorial to install streamlink



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_streamlink_env

- Active the virtual environment

test_streamlink_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_streamlink_env

- Active the virtual environment

source test_streamlink_env/bin/active


Step 2: OK, now, let flow below content to start the installation streamlink

To install streamlink on Windows(CMD):

py -m pip install streamlink

To install streamlink on Unix/macOs:

pip install streamlink


Step 3: If you want to install a specific streamlink version, add ==<streamlink version> to the end command line

Example:

pip install streamlink==0.0.1


Please see the version list below table:

VersionReleased dateCommand
streamlink 4.3.02022-08-15T15:48:45Windows:

py -m pip install streamlink==4.3.0

Unix/macOs:

pip install streamlink==4.3.0

streamlink 4.2.02022-07-09T03:22:09Windows:

py -m pip install streamlink==4.2.0

Unix/macOs:

pip install streamlink==4.2.0

streamlink 4.1.02022-05-30T17:58:29Windows:

py -m pip install streamlink==4.1.0

Unix/macOs:

pip install streamlink==4.1.0

streamlink 4.0.12022-05-01T17:46:25Windows:

py -m pip install streamlink==4.0.1

Unix/macOs:

pip install streamlink==4.0.1

streamlink 4.0.02022-05-01T00:18:48Windows:

py -m pip install streamlink==4.0.0

Unix/macOs:

pip install streamlink==4.0.0

streamlink 3.2.02022-03-05T19:58:18Windows:

py -m pip install streamlink==3.2.0

Unix/macOs:

pip install streamlink==3.2.0

streamlink 3.1.12022-01-25T18:43:04Windows:

py -m pip install streamlink==3.1.1

Unix/macOs:

pip install streamlink==3.1.1

streamlink 3.1.02022-01-22T20:57:11Windows:

py -m pip install streamlink==3.1.0

Unix/macOs:

pip install streamlink==3.1.0

streamlink 3.0.32021-11-27T23:04:50Windows:

py -m pip install streamlink==3.0.3

Unix/macOs:

pip install streamlink==3.0.3

streamlink 3.0.22021-11-25T18:54:00Windows:

py -m pip install streamlink==3.0.2

Unix/macOs:

pip install streamlink==3.0.2

streamlink 3.0.12021-11-17T14:48:12Windows:

py -m pip install streamlink==3.0.1

Unix/macOs:

pip install streamlink==3.0.1

streamlink 3.0.02021-11-17T05:36:17Windows:

py -m pip install streamlink==3.0.0

Unix/macOs:

pip install streamlink==3.0.0

streamlink 2.4.02021-09-07T02:36:32Windows:

py -m pip install streamlink==2.4.0

Unix/macOs:

pip install streamlink==2.4.0

streamlink 2.3.02021-07-26T00:24:58Windows:

py -m pip install streamlink==2.3.0

Unix/macOs:

pip install streamlink==2.3.0

streamlink 2.2.02021-06-19T01:45:36Windows:

py -m pip install streamlink==2.2.0

Unix/macOs:

pip install streamlink==2.2.0

streamlink 2.1.22021-05-20T11:59:51Windows:

py -m pip install streamlink==2.1.2

Unix/macOs:

pip install streamlink==2.1.2

streamlink 2.1.12021-03-25T00:58:55Windows:

py -m pip install streamlink==2.1.1

Unix/macOs:

pip install streamlink==2.1.1

streamlink 2.1.02021-03-23T02:37:57Windows:

py -m pip install streamlink==2.1.0

Unix/macOs:

pip install streamlink==2.1.0

streamlink 2.0.02020-12-22T09:52:25Windows:

py -m pip install streamlink==2.0.0

Unix/macOs:

pip install streamlink==2.0.0

streamlink 1.7.02020-10-18T00:19:49Windows:

py -m pip install streamlink==1.7.0

Unix/macOs:

pip install streamlink==1.7.0

streamlink 1.6.02020-09-23T00:22:20Windows:

py -m pip install streamlink==1.6.0

Unix/macOs:

pip install streamlink==1.6.0

streamlink 1.5.02020-07-07T07:55:02Windows:

py -m pip install streamlink==1.5.0

Unix/macOs:

pip install streamlink==1.5.0

streamlink 1.4.12020-04-24T19:25:24Windows:

py -m pip install streamlink==1.4.1

Unix/macOs:

pip install streamlink==1.4.1

streamlink 1.4.02020-04-22T17:56:40Windows:

py -m pip install streamlink==1.4.0

Unix/macOs:

pip install streamlink==1.4.0

streamlink 1.3.12020-01-27T21:41:00Windows:

py -m pip install streamlink==1.3.1

Unix/macOs:

pip install streamlink==1.3.1

streamlink 1.3.02019-11-22T06:19:32Windows:

py -m pip install streamlink==1.3.0

Unix/macOs:

pip install streamlink==1.3.0

streamlink 1.2.02019-08-19T16:14:57Windows:

py -m pip install streamlink==1.2.0

Unix/macOs:

pip install streamlink==1.2.0

streamlink 1.1.12019-04-02T21:45:02Windows:

py -m pip install streamlink==1.1.1

Unix/macOs:

pip install streamlink==1.1.1

streamlink 1.1.02019-03-31T18:59:26Windows:

py -m pip install streamlink==1.1.0

Unix/macOs:

pip install streamlink==1.1.0

streamlink 1.0.02019-01-30T22:26:59Windows:

py -m pip install streamlink==1.0.0

Unix/macOs:

pip install streamlink==1.0.0

streamlink 0.14.22018-06-28T23:13:51Windows:

py -m pip install streamlink==0.14.2

Unix/macOs:

pip install streamlink==0.14.2

streamlink 0.14.02018-06-26T14:34:22Windows:

py -m pip install streamlink==0.14.0

Unix/macOs:

pip install streamlink==0.14.0

streamlink 0.13.02018-06-06T18:47:29Windows:

py -m pip install streamlink==0.13.0

Unix/macOs:

pip install streamlink==0.13.0

streamlink 0.12.12018-05-07T15:03:06Windows:

py -m pip install streamlink==0.12.1

Unix/macOs:

pip install streamlink==0.12.1

streamlink 0.12.02018-05-07T12:21:22Windows:

py -m pip install streamlink==0.12.0

Unix/macOs:

pip install streamlink==0.12.0

streamlink 0.11.02018-03-08T18:48:01Windows:

py -m pip install streamlink==0.11.0

Unix/macOs:

pip install streamlink==0.11.0

streamlink 0.10.02018-01-23T17:50:51Windows:

py -m pip install streamlink==0.10.0

Unix/macOs:

pip install streamlink==0.10.0

streamlink 0.9.02017-11-14T13:23:03Windows:

py -m pip install streamlink==0.9.0

Unix/macOs:

pip install streamlink==0.9.0

streamlink 0.8.12017-09-12T17:37:25Windows:

py -m pip install streamlink==0.8.1

Unix/macOs:

pip install streamlink==0.8.1

streamlink 0.7.02017-06-30T12:09:20Windows:

py -m pip install streamlink==0.7.0

Unix/macOs:

pip install streamlink==0.7.0

streamlink 0.6.02017-05-11T13:55:56Windows:

py -m pip install streamlink==0.6.0

Unix/macOs:

pip install streamlink==0.6.0

streamlink 0.5.02017-04-04T16:43:13Windows:

py -m pip install streamlink==0.5.0

Unix/macOs:

pip install streamlink==0.5.0

streamlink 0.4.02017-03-09T19:58:27Windows:

py -m pip install streamlink==0.4.0

Unix/macOs:

pip install streamlink==0.4.0

streamlink 0.3.22017-02-10T15:27:16Windows:

py -m pip install streamlink==0.3.2

Unix/macOs:

pip install streamlink==0.3.2

streamlink 0.3.12017-02-03T15:15:50Windows:

py -m pip install streamlink==0.3.1

Unix/macOs:

pip install streamlink==0.3.1

streamlink 0.3.02017-01-24T19:11:59Windows:

py -m pip install streamlink==0.3.0

Unix/macOs:

pip install streamlink==0.3.0

streamlink 0.2.02016-12-17T00:43:52Windows:

py -m pip install streamlink==0.2.0

Unix/macOs:

pip install streamlink==0.2.0

streamlink 0.1.02016-11-21T20:43:55Windows:

py -m pip install streamlink==0.1.0

Unix/macOs:

pip install streamlink==0.1.0

streamlink 0.0.22016-10-12T17:22:09Windows:

py -m pip install streamlink==0.0.2

Unix/macOs:

pip install streamlink==0.0.2

streamlink 0.0.12016-09-23T20:21:25Windows:

py -m pip install streamlink==0.0.1

Unix/macOs:

pip install streamlink==0.0.1


Step 4: Otherwise, you can install streamlink from local archives:

Download the distribution file from streamlink-4.3.0.tar.gz or the specific streamlink version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_streamlink_downloaded_file>

On Unix/macOs:

pip install <path_to_streamlink_downloaded_file>


List distribution:


Project link:

- Homepage
- Documentation
- Funding
- Source
- Tracker