Open SomaLily opened 3 days ago
it's strange when I change my env to another, and conda install than import goes well !!!!
Python 3.12.0 | packaged by conda-forge | (main, Oct 3 2023, 08:43:22) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import manim
>>> manim.__version__
'0.18.1'
Hope won't went wrong next day.
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?