You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed manim by conda install -c conda-forge manim.
Imported manim and ran some examples on jupyter notebook successful last day, until raised dvisvgm not found.
Then I installed and updated some depends for dvisvgm include Clipper2, FreeType2, Ghostscript, Kpathsea, potracelib, ttfautohint, woff2 , brotli , xxHash, zlib.
Finally make install dvisvgm , and manim.NumberPlane().add_coordinates() run OK.
But the other day (today), when import manim , it went wrong:
This seems like something broken with your python installation, as it looks like it cannot import the stdlib module dataclasses. I'm not sure what could cause it, as it seems you have a relatively recent python version?
I'll close this issue for now - feel free to reopen it if the issue pops up again.
I installed manim by
conda install -c conda-forge manim
.Imported manim and ran some examples on jupyter notebook successful last day, until raised dvisvgm not found.
Then I installed and updated some depends for dvisvgm include Clipper2, FreeType2, Ghostscript, Kpathsea, potracelib, ttfautohint, woff2 , brotli , xxHash, zlib.
Finally make install dvisvgm , and manim.NumberPlane().add_coordinates() run OK.
But the other day (today), when import manim , it went wrong:
I've try reinstall manim but not work. May it a C lib issue? Which lib?
The text was updated successfully, but these errors were encountered: