mirror of
https://github.com/initialcommit-com/git-story.git
synced 2026-04-26 03:05:53 +03:00
[GH-ISSUE #1] pip - ERROR: No matching distribution found for git-story #1
Labels
No labels
enhancement
pull-request
subtype:install/build
subtype:install/build
subtype:install/build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-story#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 :
Command history :
I'm using ubuntu 20.04 with wsl (5.10.102.1-microsoft-standard-WSL2)
@salman0ansari commented on GitHub (Jul 19, 2022):
python and pip version?
@LoganTann commented on GitHub (Jul 19, 2022):
python 3.8.10 / pip 20.0.2
@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?
@LoganTann commented on GitHub (Jul 20, 2022):
Works as expected, thanks !