当前位置: 首页 > news >正文

网站升级需要什么山东专业网站建设哪家便宜

网站升级需要什么,山东专业网站建设哪家便宜,有哪些可以免费推广的网站,创意设计appManim: 一个数学可视化的动画引擎 官网#xff1a;https://3b1b.github.io/manim/index.html 名词解析 python3.7是python语言的解释器, 运行python程序的环境必备品. 这个没啥说的,大家都能懂. 虽然官方建议3.7,但是我用3.8发现也没问题.考虑未来的历史进程,大伙最好还是装…Manim: 一个数学可视化的动画引擎 官网https://3b1b.github.io/manim/index.html 名词解析 python3.7是python语言的解释器, 运行python程序的环境必备品. 这个没啥说的,大家都能懂. 虽然官方建议3.7,但是我用3.8发现也没问题.考虑未来的历史进程,大伙最好还是装3.8的版本吧.pip ,用来管理包(又叫库).python的伟大之处在于其免费(点赞也不要钱). 所以人人可用, 大家都用, 就有人们开发出来了各种强大的python库.使用这些库我们就可以用少量代码实现人脸识别之类的高级功能. 解放了人类的劳动力到更高级的工作上,而不是天天写重复的低级代码. 而这些库, 一般就是用pip来安装的. 现在介绍pip,后文将教大家咋用. 如果你学过python的话,应该已经会用了.FFmpeg, 著名的开源视频流处理内核. 内核代表这东西几乎无法独立运行. 但是它却可以作为其他程序的心脏去工作.比如作为VLC, 或者一些录屏软件,剪辑软件的内核. Manim的视频渲染就是基于它的接口的.sox,一个小巧的用于处理音频的软件.TeX宏集. 对于大部分人来说可能比较陌生. 这个是用来用编程的方式输出高质量论文的一种语言/程序. 尤其擅长渲染复杂的公式. Manim需要TeX环境处理公式和文字. 不像Microsoft office word 那样的所见即所得文字处理程序, TeX通过代码描述文章,然后直接渲染出来可视化的效果.比如MiKTeX直接输出pdf文档,Manim直接输出图片或者视频. 借鉴做出高逼格的数学动画——一起来学manim·入门篇一 安装Manim软件 借鉴Python视频制作引擎Manim安装教程 就借鉴这个就行https://zhuanlan.zhihu.com/p/181536479 通过git bash运行下面命令【git bash安装看这里】 git clone https://github.com/3b1b/manim.git cd manim # 安装python依赖 pip install -e . python -m pip install -r requirements.txtffmpeg sox Tex支持 Anaconda https://blog.csdn.net/wq_ocean_/article/details/103889237 pycairo 全局使用manimlib 调整区域配置解决上述问题 下载源代码 git bash失败就得尝试zip下载多尝试几次 路径不对 遇到问题 安装对应库 测试 出现下述动态图 ManimGL v1.6.1 [08:32:12] INFO Using the default configuration file, which config.py:362you can modify inc:\users\18826\manim\manimlib\default_config.ymlINFO If you want to create a local configuration config.py:363file, you can create a file namedcustom_config.yml, or run manimgl--configWARNING You may be using Windows platform and have config.py:327not specified the path oftemporary_storage, which may cause OSError.So it is recommended to specify thetemporary_storage in the config file (.yml) [08:32:13] WARNING You may be using Windows platform and have config.py:327not specified the path oftemporary_storage, which may cause OSError.So it is recommended to specify thetemporary_storage in the config file (.yml)INFO Using the default configuration file, which config.py:362you can modify inc:\users\18826\manim\manimlib\default_config.ymlINFO If you want to create a local configuration config.py:363file, you can create a file namedcustom_config.yml, or run manimgl--configWARNING You may be using Windows platform and have config.py:327not specified the path oftemporary_storage, which may cause OSError.So it is recommended to specify thetemporary_storage in the config file (.yml) [08:32:18] WARNING You may be using Windows platform and have config.py:327not specified the path oftemporary_storage, which may cause OSError.So it is recommended to specify thetemporary_storage in the config file (.yml) Traceback (most recent call last):File C:\Users\18826\AppData\Local\Programs\Python\Python39\lib\runpy.py, line 197, in _run_module_as_mainreturn _run_code(code, main_globals, None,File C:\Users\18826\AppData\Local\Programs\Python\Python39\lib\runpy.py, line 87, in _run_codeexec(code, run_globals)File C:\Users\18826\AppData\Local\Programs\Python\Python39\Scripts\manimgl.exe\__main__.py, line 7, in moduleFile C:\Users\18826\manim\manimlib\__main__.py, line 25, in mainscene.run()File C:\Users\18826\manim\manimlib\scene\scene.py, line 160, in runself.construct()File example_scenes.py, line 29, in constructIntegerMatrix(matrix, include_background_rectangleTrue),File C:\Users\18826\manim\manimlib\mobject\matrix.py, line 204, in __init__super().__init__(matrix, element_alignment_cornerelement_alignment_corner, **kwargs)File C:\Users\18826\manim\manimlib\mobject\matrix.py, line 99, in __init__self.add_brackets(bracket_v_buff, bracket_h_buff)File C:\Users\18826\manim\manimlib\mobject\matrix.py, line 144, in add_bracketsbrackets Tex(.join((File C:\Users\18826\manim\manimlib\mobject\svg\tex_mobject.py, line 57, in __init__super().__init__(File C:\Users\18826\manim\manimlib\mobject\svg\string_mobject.py, line 68, in __init__super().__init__(File C:\Users\18826\manim\manimlib\mobject\svg\svg_mobject.py, line 76, in __init__self.init_svg_mobject()File C:\Users\18826\manim\manimlib\mobject\svg\svg_mobject.py, line 105, in init_svg_mobjectsubmobs self.mobjects_from_file(self.get_file_path())File C:\Users\18826\manim\manimlib\mobject\svg\string_mobject.py, line 78, in get_file_pathreturn self.get_file_path_by_content(self.get_content(is_labelled))File C:\Users\18826\manim\manimlib\mobject\svg\tex_mobject.py, line 85, in get_file_path_by_contentreturn tex_content_to_svg_file(File C:\Users\18826\manim\manimlib\utils\tex_file_writing.py, line 82, in tex_content_to_svg_filewith display_during_execution(Writing short_tex):File C:\Users\18826\AppData\Local\Programs\Python\Python39\lib\contextlib.py, line 119, in __enter__return next(self.gen)File C:\Users\18826\manim\manimlib\utils\tex_file_writing.py, line 153, in display_during_executionmax_characters os.get_terminal_size().columns - 1 OSError: [WinError 6] 检验Manim是否安装成功 1.创建一个名为example.py 的文件把以下内容复制进去 from manim import *class SquareToCircle(Scene):def construct(self):circle Circle()square Square()square.flip(RIGHT)square.rotate(-3 * TAU / 8)circle.set_fill(PINK, opacity0.5)self.play(Create(square))self.play(Transform(square, circle))self.play(FadeOut(square)) 2.在刚才创建的example.py所在的文件夹里边右键运行【在终端打开】 执行遇到问题 no module named “manimlib” 需要将该文件放到软件安装的目录下比如本次软件安装在自己创建的manim文件夹中 【manim】导入库时出现ModuleNotFoundError: No module named‘manimlib.XXX‘解决方法
http://www.huolong8.cn/news/149737/

相关文章:

  • 夏邑做网站网页设计基础读书笔记
  • html婚纱网站源码河北邯郸市简介
  • 旅游做攻略用什么网站网站建设设计logo
  • 线上兼职的正规网站泗阳县建设局网站
  • 宁夏网站设计在哪里企业形象设计课程
  • 龙口市规划建设局网站wordpress正文美化
  • 营销网站制作方案淄博想建网站
  • 做网站的团队商务网站建设实训报告
  • 广州建设工程中心网站西安做网站公司有哪些
  • 建设电子商务网站的花费vps可以做wordpress和ssr
  • 网站建设合同前期需注意哪些问题wordpress删除恢复
  • linux wordpress 建站教程成都聊天软件开发
  • 购物网站销售管理查询公司的网站备案信息
  • 做网站单页视频菜鸟教程网站开发
  • 南昌公司做网站需要多少钱相册网站怎么做
  • 大网站怎样选域名wordpress 域名邮箱
  • 贵阳网站建设980包年秒搜科技Sa50SEO网站建设入驻程流
  • php网站的首页广州做餐饮的招聘网站
  • 网站开发发展趋势seo引擎优化是什么
  • google的网站优化工具电子商城平台
  • 苏州网站建设店铺装修wordpress滑动相册
  • 注册了网站之后怎么设计网站建设是前端后端吗
  • 企业网站建设 南通高定网站
  • 网站里 动效是用什么做的网站建设 源美设计
  • wordpress又拍云东莞有限公司seo
  • 2021国内最好用免费建站系统上海都市建筑设计有限公司
  • 旅游攻略网站开发重庆市建设工程信息网项目经理解锁指南
  • 在线考试类网站怎么做wordpress恢复数据库
  • 营销型网站建设标准本站3天更换一次域名yw
  • 网站开发侵权关于做网站的论文