mirror of
https://github.com/initialcommit-com/git-story.git
synced 2026-04-26 03:05:53 +03:00
[GH-ISSUE #5] Requires system dependencies libsdl-pango-dev #5
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#5
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 @bagerard on GitHub (Jul 22, 2022).
Original GitHub issue: https://github.com/initialcommit-com/git-story/issues/5
Originally assigned to: @initialcommit-io on GitHub.
First of all, I just heard about this package and it's pretty cool, thanks!
Next, I noticed that I was missing some system dependencies to be able to pip install git-story
It was failing with the following
And I had to install the following system packages:
Shall I add this to the Readme?
@initialcommit-io commented on GitHub (Jul 23, 2022):
Hi there! Thanks a lot for trying out git-story and reporting this even though you were able to resolve it. The thing is most users didn't run into this issue, so I think it must only happen in specific scenarios. If we add something to the readme it needs to cover only the specific situation where it's needed.
Can you provide your OS and version, Python version, and installation steps?
@bagerard commented on GitHub (Jul 24, 2022):
I m on Ubuntu 20.04 (LTS), I ve tried with different version of Python (3.8 and 3.9) but it didn't matter as it was missing the system package. Up to you if you want to add it or not