mirror of
https://github.com/initialcommit-com/git-sim.git
synced 2026-04-27 03:25:53 +03:00
[GH-ISSUE #36] Win10 -> not find ffmpeg #27
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sim#27
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 @Devirob on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/initialcommit-com/git-sim/issues/36
Try using git-sim (great idea btw ;) on Windows 10 with Python 3.11 and get:
I think it is easy to fix by myself - but maybe if you want to share your project you should know about it.
@initialcommit-io commented on GitHub (Jan 27, 2023):
Hi @Devirob - can you let me know the exact installation steps you tried?
Seems like you didn't follow the instructions for installing Manim and Manim dependencies on your OS. That will involve installing ffmpeg. Please follow these steps and let me know if it works for you:
https://docs.manim.community/en/stable/installation/windows.html
@Devirob commented on GitHub (Jan 27, 2023):
What a quick response! Wow!
You're right - I missed the Manim installation - I've fixed it and now it works.
Thank you so much.