Closed Haetham96 closed 1 month ago
Hi @Haetham96, thanks you for reporting this issue!
Are you using Wayland?
Also, can you try this if this fixes your problem? https://github.com/NVlabs/instant-ngp/discussions/300#discussioncomment-3985753
No I am not using Wayland. I tried the proposed solution, still gives the same error.
Can try installing Manim Slides only (but with pyside6-full extra) from the main branch?
I did this in my python environment by first
pip uninstall manim-slides pyside6
an then
pip install git+https://github.com/jeertmans/manim-slides.git@main#egg=manim-slides[pyside6-full]
But I still get the same error when running my example
Could you check this thread to see if that can help? Also, run the application with QT_DEBUG_PLUGINS
set to 1
, e.g.:
QT_DEBUG_PLUGINS=1 manim-slides present BasicExample
It works !!
Fixed by installing 'libxcb-cursor0' from
http://archive.ubuntu.com/ubuntu/pool/universe/x/xcb-util-cursor/libxcb-cursor0_0.1.1-4ubuntu1_amd64.deb
Thank you very much !!
Happy it solved your issue :-)
Terms
Describe the issue
Hello, I am unable to run manim-slides, thank you in advance for your help!
I am on Ubuntu 22.04.5 LTS and my python version is 3.10.12.
I created a python virtual enviornement in which I installed manim with
pip3 install manim
, and it works fine.Then, I installed manim-slides with
pip install manim-slides[pyside6]
.When running an example with
manim example.py BasicExample
, and thenmanim-slides BasicExample
, I get the following errorCommand
manim-slides BasicExample
Issue Type
Installation issue
Python version
Python 3.10.12
Python environment
What is your platform?
Linux
Other platform
No response
Manim Slides Python code
Relevant log output
No response
Screenshots
No response
Additional information
No response
Recommended fix or suggestions
No response