Closed aw-was-here closed 1 year ago
Attempting to do a fresh install with 3.4.0 will clearly break upon usage since typing_extensions are missing:
$ python3 -m venv /tmp/2 $ source /tmp/2/bin/activate $ pip3 install twitchAPI Collecting twitchAPI Using cached twitchAPI-3.4.0-py3-none-any.whl Installing collected packages: twitchAPI Successfully installed twitchAPI-3.4.0 [notice] A new release of pip available: 22.2.2 -> 22.3.1 [notice] To update, run: python3.10 -m pip install --upgrade pip $
Seems to be working now with version 3.4.1
Attempting to do a fresh install with 3.4.0 will clearly break upon usage since typing_extensions are missing: