# -- coding utf-8 --from manim import from manim import MathTexfrom manimconfig import configtext_dir = CWindowsFontssimheittfconfigtext_font = SimHeiclass CircleToSquareScene def constructself
您可以尝试将from manim.config import *改为from manim._config import *,然后再次运行代码。如果仍然出现错误,可能是manim库没有正确安装或配置。您可以尝试重新安装manim,或者查看manim的文档以获取更多帮助。
原文地址: http://www.cveoy.top/t/topic/iTx1 著作权归作者所有。请勿转载和采集!