-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot import manim slides to any project #334
Comments
Hello, this is weird… can you try to upgrade to Manim Slide v5? |
I run |
What message do you get after upgrading? also, the issue might be that you have multiple Manim-slides versions installed, probably because you have multiple Python versions installed? |
|
Ooh I think I know, this is because you are using Python 3.12 but Manim Slides v5 is not available on Python 3.12, mainly because one of its dependencies is not available :/ can you check if you can install PySide6? If you can, I will release a new version for your Python version. |
Yup already installed.
|
Oh yeah I just remember that the Pyside v6.6.1 is broken, and you cannot enjoy the normal Manim Slides experience. You will experience flashing black screens in between slides :/ I reported that issue to their team, but not update yet: https://bugreports.qt.io/browse/QTBUG-118501. In the meantime, if you don't mind the small visual bug (only when using
or just download this proect files. Modify the PySide6 version in Run Then run |
Description
When running the command
from manim_slides import Slide
I get the following errorVersion
I get the same error when running
manim-slides --version
, but withpip list | grep manim-slides
i get the following outputPlatform
OS: Fedora Linux 39 (Workstation Edition) x86_64
Kernel: 6.6.3-200.fc39.x86_64
pip is installed though rpm
Screenshots
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: