Skip to content
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] Can't render the animation, Python3.9 not supported #345

Closed
momovelo opened this issue Dec 29, 2023 · 4 comments · Fixed by #350
Closed

[BUG] Can't render the animation, Python3.9 not supported #345

momovelo opened this issue Dec 29, 2023 · 4 comments · Fixed by #350
Labels
bug Something isn't working

Comments

@momovelo
Copy link

Description

When I try to run manim example.py BasicExample I got this output

Manim Community v0.18.0

Sorry, "python3.9" cannot be run on this version of macOS. Qt requires macOS 11.0.0 or later, you have macOS 10.15.7.

I get it, my computer is old. But meanwhile I'm perfectly able to run Manim with pyhton3.9. It seems weird that, by importing manim-slides libraries I'm not even able to render the animation.

Version

manim-slides v5.0.0
Python 3.9.9
qt 6.4.0

Platform

macOS 10.15.7

Screenshots

No response

Additional information

No response

@momovelo momovelo added the bug Something isn't working label Dec 29, 2023
@jeertmans
Copy link
Owner

Hello, this is weird because this command should not import Qt if I read the code correctly.

What is your PySide6 version?

Also, can you try adding Qt debug symbols by specifying QT_DEBUG_PLUGINS=1 and showing the output?

@momovelo
Copy link
Author

Hello,
Both PySide and the latest version of Qt rely on MoltenVK which requires macOS 11 or later. Therefore I can't install them.
Specifying QT_DEBUG_PLUGINS=1 doesn't seem to generate a different output.

@jeertmans
Copy link
Owner

Hum that’s sad, maybe I can make PySide6 an optional dep in future versions

@jeertmans
Copy link
Owner

See #350, work in progress.

@jeertmans jeertmans linked a pull request Jan 12, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants