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

How to install twitchAPI via python pip




twitchAPI - A Python 3.7+ implementation of the Twitch Helix API, its Webhook, PubSub and EventSub, it belongs to Classifiers:

- Topic :: Communications
- Topic :: Software Development :: Libraries :: Application Frameworks

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



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_twitchAPI_env

- Active the virtual environment

test_twitchAPI_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_twitchAPI_env

- Active the virtual environment

source test_twitchAPI_env/bin/active


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

To install twitchAPI on Windows(CMD):

py -m pip install twitchAPI

To install twitchAPI on Unix/macOs:

pip install twitchAPI


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

Example:

pip install twitchAPI==0.1


Please see the version list below table:

VersionReleased dateCommand
twitchAPI 2.5.7.12022-07-22T16:51:58Windows:

py -m pip install twitchAPI==2.5.7.1

Unix/macOs:

pip install twitchAPI==2.5.7.1

twitchAPI 2.5.72022-07-22T16:14:32Windows:

py -m pip install twitchAPI==2.5.7

Unix/macOs:

pip install twitchAPI==2.5.7

twitchAPI 2.5.62022-07-19T12:40:48Windows:

py -m pip install twitchAPI==2.5.6

Unix/macOs:

pip install twitchAPI==2.5.6

twitchAPI 2.5.52022-06-09T22:56:51Windows:

py -m pip install twitchAPI==2.5.5

Unix/macOs:

pip install twitchAPI==2.5.5

twitchAPI 2.5.42022-06-06T00:44:10Windows:

py -m pip install twitchAPI==2.5.4

Unix/macOs:

pip install twitchAPI==2.5.4

twitchAPI 2.5.32022-03-07T17:35:07Windows:

py -m pip install twitchAPI==2.5.3

Unix/macOs:

pip install twitchAPI==2.5.3

twitchAPI 2.5.22022-02-12T16:30:50Windows:

py -m pip install twitchAPI==2.5.2

Unix/macOs:

pip install twitchAPI==2.5.2

twitchAPI 2.5.12021-11-24T14:00:15Windows:

py -m pip install twitchAPI==2.5.1

Unix/macOs:

pip install twitchAPI==2.5.1

twitchAPI 2.5.02021-10-15T16:03:04Windows:

py -m pip install twitchAPI==2.5.0

Unix/macOs:

pip install twitchAPI==2.5.0

twitchAPI 2.4.22021-09-19T22:09:58Windows:

py -m pip install twitchAPI==2.4.2

Unix/macOs:

pip install twitchAPI==2.4.2

twitchAPI 2.4.12021-09-17T18:54:00Windows:

py -m pip install twitchAPI==2.4.1

Unix/macOs:

pip install twitchAPI==2.4.1

twitchAPI 2.4.02021-09-16T19:37:30Windows:

py -m pip install twitchAPI==2.4.0

Unix/macOs:

pip install twitchAPI==2.4.0

twitchAPI 2.3.22021-04-15T20:18:43Windows:

py -m pip install twitchAPI==2.3.2

Unix/macOs:

pip install twitchAPI==2.3.2

twitchAPI 2.3.12021-04-07T17:26:23Windows:

py -m pip install twitchAPI==2.3.1

Unix/macOs:

pip install twitchAPI==2.3.1

twitchAPI 2.3.02021-04-05T10:24:24Windows:

py -m pip install twitchAPI==2.3.0

Unix/macOs:

pip install twitchAPI==2.3.0

twitchAPI 2.2.52021-02-24T20:55:23Windows:

py -m pip install twitchAPI==2.2.5

Unix/macOs:

pip install twitchAPI==2.2.5

twitchAPI 2.2.42021-02-02T06:05:14Windows:

py -m pip install twitchAPI==2.2.4

Unix/macOs:

pip install twitchAPI==2.2.4

twitchAPI 2.2.32021-01-22T04:34:20Windows:

py -m pip install twitchAPI==2.2.3

Unix/macOs:

pip install twitchAPI==2.2.3

twitchAPI 2.2.22021-01-11T10:44:38Windows:

py -m pip install twitchAPI==2.2.2

Unix/macOs:

pip install twitchAPI==2.2.2

twitchAPI 2.2.12021-01-04T02:02:13Windows:

py -m pip install twitchAPI==2.2.1

Unix/macOs:

pip install twitchAPI==2.2.1

twitchAPI 2.2.02020-12-08T06:26:11Windows:

py -m pip install twitchAPI==2.2.0

Unix/macOs:

pip install twitchAPI==2.2.0

twitchAPI 2.12020-11-11T00:14:59Windows:

py -m pip install twitchAPI==2.1

Unix/macOs:

pip install twitchAPI==2.1

twitchAPI 2.0.12020-10-30T21:25:00Windows:

py -m pip install twitchAPI==2.0.1

Unix/macOs:

pip install twitchAPI==2.0.1

twitchAPI 2.02020-10-16T14:01:25Windows:

py -m pip install twitchAPI==2.0

Unix/macOs:

pip install twitchAPI==2.0

twitchAPI 1.32020-09-06T20:09:16Windows:

py -m pip install twitchAPI==1.3

Unix/macOs:

pip install twitchAPI==1.3

twitchAPI 1.2.32020-05-13T16:34:10Windows:

py -m pip install twitchAPI==1.2.3

Unix/macOs:

pip install twitchAPI==1.2.3

twitchAPI 1.2.2 yanked2020-05-13T16:28:27Windows:

py -m pip install twitchAPI==1.2.2                                                                          yanked

Unix/macOs:

pip install twitchAPI==1.2.2                                                                          yanked

twitchAPI 1.2.1 yanked2020-05-13T16:19:04Windows:

py -m pip install twitchAPI==1.2.1                                                                          yanked

Unix/macOs:

pip install twitchAPI==1.2.1                                                                          yanked

twitchAPI 1.2 yanked2020-05-13T16:18:05Windows:

py -m pip install twitchAPI==1.2                                                                          yanked

Unix/macOs:

pip install twitchAPI==1.2                                                                          yanked

twitchAPI 1.12020-04-01T17:18:22Windows:

py -m pip install twitchAPI==1.1

Unix/macOs:

pip install twitchAPI==1.1

twitchAPI 1.02020-03-28T19:43:18Windows:

py -m pip install twitchAPI==1.0

Unix/macOs:

pip install twitchAPI==1.0

twitchAPI 0.2.12020-03-24T21:36:17Windows:

py -m pip install twitchAPI==0.2.1

Unix/macOs:

pip install twitchAPI==0.2.1

twitchAPI 0.12020-03-23T20:17:38Windows:

py -m pip install twitchAPI==0.1

Unix/macOs:

pip install twitchAPI==0.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_twitchAPI_downloaded_file>

On Unix/macOs:

pip install <path_to_twitchAPI_downloaded_file>


List distribution:


Project link:

- Homepage