mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #29] No module named git-sim #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#23
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 @mlaurentec on GitHub (Jan 26, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/29
I install all the depencies , and i want to execute the command git-sim -h I get the following Error: No module named git-sim.
@initialcommit-io commented on GitHub (Jan 26, 2023):
Hi @mlaurentec,
Are you able to run any of the other Git_sim commands, like
git-sim log?Please provide the following info:
-Full error message
-OS you are on
-Python version and whether you're in virtual environment
-Git-Sim version
-Installation steps that you used
@mlaurentec commented on GitHub (Jan 26, 2023):
Hello @initialcommit-io , thanks for answering.

I am not able to execute any git-sim command.
The full error is:
this is the git-sim version:

Version: 0.1.5
OS: Windows 10
Python version: 3.9.13
The instalation steps were
in my case windows 10 i execute the following comand
choco install manimce@initialcommit-io commented on GitHub (Jan 26, 2023):
@mlaurentec Can you try this and see if you can find the path to the
git-sim.exefile and add it to your PATH environment variable?Let me know if it works!
@mlaurentec commented on GitHub (Jan 26, 2023):
@initialcommit-io , after following the steps you indicated, it worked correctly 👍.
Thank you very much for your time and great help.
By the way, I've been testing the library and it's very useful.