manimate
manimate copied to clipboard
PySide2 and PySide6 conflicts on MacOS
I installed everything per instruction, using Python 3.10.
However I noticed that in main.py it imports PySide6 and in window.py it uses PySide2.
I have both installed but at runtime "python main.py" never success, throws errors of differnt versions of PySide causing conflicts.
What should I do to get this work?