[GH-ISSUE #1] pip - ERROR: No matching distribution found for git-story #1

Closed
opened 2026-03-02 16:46:50 +03:00 by kerem · 4 comments
Owner

Originally created by @LoganTann on GitHub (Jul 19, 2022).
Original GitHub issue: https://github.com/initialcommit-com/git-story/issues/1

Originally assigned to: @initialcommit-io on GitHub.

Hello, I tried to install using pip, but it shows this error :

- ERROR: Could not find a version that satisfies the requirement git-story (from versions: none)
- ERROR: No matching distribution found for git-story

Command history :

sudo apt install libcairo2-dev libpango1.0-dev ffmpeg python3-pip
pip3 install manim
pip3 install gitpython
pip3 install git-story

I'm using ubuntu 20.04 with wsl (5.10.102.1-microsoft-standard-WSL2)

Originally created by @LoganTann on GitHub (Jul 19, 2022). Original GitHub issue: https://github.com/initialcommit-com/git-story/issues/1 Originally assigned to: @initialcommit-io on GitHub. Hello, I tried to install using pip, but it shows this error : ```diff - ERROR: Could not find a version that satisfies the requirement git-story (from versions: none) - ERROR: No matching distribution found for git-story ``` Command history : ```sh sudo apt install libcairo2-dev libpango1.0-dev ffmpeg python3-pip pip3 install manim pip3 install gitpython pip3 install git-story ``` I'm using ubuntu 20.04 with wsl (5.10.102.1-microsoft-standard-WSL2)
kerem 2026-03-02 16:46:50 +03:00
Author
Owner

@salman0ansari commented on GitHub (Jul 19, 2022):

python and pip version?

<!-- gh-comment-id:1189242634 --> @salman0ansari commented on GitHub (Jul 19, 2022): python and pip version?
Author
Owner

@LoganTann commented on GitHub (Jul 19, 2022):

python 3.8.10 / pip 20.0.2

<!-- gh-comment-id:1189448200 --> @LoganTann commented on GitHub (Jul 19, 2022): python 3.8.10 / pip 20.0.2
Author
Owner

@initialcommit-io commented on GitHub (Jul 20, 2022):

Oh, it might be beceause minimum supported Python version in my setup.py is python_requires='>=3.9' and you're on 3.8.x.

I just updated the minimum required Python version to 3.7.x, so it might work now. Can you try again and let me know?

<!-- gh-comment-id:1189699689 --> @initialcommit-io commented on GitHub (Jul 20, 2022): Oh, it might be beceause minimum supported Python version in my setup.py is `python_requires='>=3.9'` and you're on 3.8.x. I just updated the minimum required Python version to 3.7.x, so it might work now. Can you try again and let me know?
Author
Owner

@LoganTann commented on GitHub (Jul 20, 2022):

Works as expected, thanks !

<!-- gh-comment-id:1190582889 --> @LoganTann commented on GitHub (Jul 20, 2022): Works as expected, thanks !
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-story#1
No description provided.