Lucas Birkert
Lucas Birkert
Alright. Thanks for the tip
I cannot get this to work. Self cell throws lifetime errors. Can you please post an example on how to do this?
Hey, it might be that your environment differs when running manim via ZSH compared to via the extension (Although I don't know which bash the extension even uses). It might...
It might be that the environment variables are shell specific. You seem to be using `zsh`. Could you paste your `~/.zshrc`?
Seems more like a manim specific issue rather than an issue that is related to this extension. Can you run manim manually in your terminal? `manim "c:\Users\emily\Documents\practice\example1" Scene1`
If that does not work, you should go ahead and reinstall manim.
> > If that does not work, you should go ahead and reinstall manim. > > i have ran it manually and reinstalled manim too, but the error remains. Is...
> > > > If that does not work, you should go ahead and reinstall manim. > > > > > > > > > i have ran it manually...
There should be guides on this online, you can also try to use a different installation method if you current one does not work. The official docs lists a bunch...
Hey, after some tinkering I got it to work: ---- 1st step: add mupdf to the dependencies `npm i mupdf` 2nd step: change module resolution in tsconfig.json tsconfig.json ```ts {...