Rickaym / manim-sideview

A Manim utility extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=Rickaym.manim-sideview
MIT License
99 stars 11 forks source link

Just tried running the extension for the first time, got this eroor #85

Open Canoidian opened 5 months ago

Canoidian commented 5 months ago

MSV />"manim" "/Users/williamisaak/Code/Animations/scene.py" box Error: spawn manim ENOENT[undefined] Execution returned code=-2 in 0.004 seconds

Rickaym commented 5 months ago

Hey, can you please show me your setup and code? And also can you try running 'manim' in the default terminal?

Canoidian commented 5 months ago

Here is my code:

image

When I run manim in the default terminal I get this

image

ElliasAlencar commented 3 months ago

I'm having the same problem since the first time I ran the extension, using the current version.

Szmorox commented 3 weeks ago

Did anyone managed to find a solution to this problem? I am having the same issue and can't seem to figure out how to fix it

Canoidian commented 3 weeks ago

Nope they never fixed it.

visualcomputerscience commented 2 weeks ago

It's so sad, the idea for this extension is really good but unfortunately it doesn't work

Rickaym commented 2 weeks ago

Hi, it is most likely the case that the extension is looking at the wrong environment for the manim file.

Can you please tell me how you've installed manim?

And please try something:

There is a setting called Default Manim Path, if you can find the direct executable path, you can put this into the settings to call manim directly.

Szmorox commented 2 weeks ago

Nope they never fixed it.

So, I had the same issue with the exact same error code. I found a solution that worked for me.

91 https://github.com/Rickaym/manim-sideview/issues/91

I tried to describe here, how I encountered the error message, how I managed to correct it and make Manim actually work. I hope it will help you if you haven't given up a hope. If something is not clear, then I will try to clarify things and help you out, the best as I can.