Open 837852427 opened 5 months ago
Hello @837852427, thanks for reporting this issue! Can you please include your Python version?
Also, did you try uninstalling PyQt6
and installing PySide6==6.5.2
instead?
Hello @837852427, thanks for reporting this issue! Can you please include your Python version?
Also, did you try uninstalling
PyQt6
and installingPySide6==6.5.2
instead?Hello @837852427, thanks for reporting this issue! Can you please include your Python version?
Also, did you try uninstalling
PyQt6
and installingPySide6==6.5.2
instead?
Below is my python version
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32
And I just tried manim-slides==5.0.0
and PySide6==6.5.2
it worked! Though it doesnt have the next slide info window but it satisfies my request now.
Hello @837852427, thanks for reporting this issue! Can you please include your Python version? Also, did you try uninstalling
PyQt6
and installingPySide6==6.5.2
instead?Hello @837852427, thanks for reporting this issue! Can you please include your Python version? Also, did you try uninstalling
PyQt6
and installingPySide6==6.5.2
instead?Below is my python version
Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32
And I just triedmanim-slides==5.0.0
andPySide6==6.5.2
it worked! Though it doesnt have the next slide info window but it satisfies my request now.
I'm happy that fixed your problem! I'll keep this open because I have to investigate why PyQt6 stops working.
Faced the same issue. Switching to manim-slides==5.0.0
and PySide6==6.5.2
helped
manim==0.18.1
manim-slides==5.1.9
PySide6==6.8.0.1
PySide6_Addons==6.8.0.1
PySide6_Essentials==6.8.0.1
Faced the same issue. Switching to
manim-slides==5.0.0
andPySide6==6.5.2
helpedmanim==0.18.1 manim-slides==5.1.9 PySide6==6.8.0.1 PySide6_Addons==6.8.0.1 PySide6_Essentials==6.8.0.1
Does it work with the recent manim-slides>=5.1.8
?
No, I had to switch to 5.0.0
Please explain the issue you're experiencing (with as much detail as possible):
When I run manim-slides Main I just get this error message And I got nothing but all black like below: My pip list are below:
Any comment is welcome, please help me.