-
-
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] ValueError: [Errno 22] Invalid argument #483
Comments
Hello @JoacoAnselmo, thanks for reporting your bug!
Can you try running manim-slides render -pqh scene.py EjemploSlides instead? As indicated by the last line in your error traceback, the JSON file does not exist, which indicates that the rendering failed. |
Hi, thanks for answering! After running that coide, I get this output: Render SCENE(s) from the input FILE, using the specified renderer. Use Options: It's as if it didn't really run at all, I think. A couple things that may be of interest: At first I installed manim_presentation, but after some quality issues I decided to try this instead, so maybe there's some clash there. One other thing, I've noticed that the import doesn't get properly colored in VSCode, maybe it's just visual but I thought it was worth mentioning. The "Slide" stays not colored. |
My bad, this is because manim-slides render -p --quality=h scene.py EjemploSlides For your example, I can't say much unless you include a full code that I can run locally :-) |
Same output :( |
Which error message, the first one of the second one? |
Sorry, the first one. |
I think the error comes from Manim, not Manim Slides, but maybe I am wrong. Can you try rendering the animations without Manim Slides (so with Scene as a base class)? If possible, use the same Python environnement, and put the output here :) |
Terms
Describe the issue
Hi! I installed manim slides, everything went well, but whenever I try to render my scene it gives an error message (although it does render, so manim is working).
Then, if I try to run manim-slides, it tells me the JSON doesn't exist.
I haven't found anything on the other issues about this. Any help would be appreciated!
(I inserted the corresponding code and error messages below, I'm hoping it shows up on the issue report, it is my first time submitting one).
Command
manim -pqh scene.py EjemploSlides
Issue Type
Other
Python version
Python 3.11.3
Python environment
What is your platform?
Windows
Other platform
No response
Manim Slides Python code
Relevant log output
Screenshots
No response
Additional information
This is the first time I'm using it, so there may be an installation bug or something like that
Recommended fix or suggestions
No response
The text was updated successfully, but these errors were encountered: