摘要: SpVoice SpVoice类是支持语音合成(TTS)的核心类。通过SpVoice对象调用TTS引擎,从而实现朗读功能。 SpVoice类有以下主要属性: Voice:表示发音类型,相当于进行朗读的人,包括Microsoft Mary,Microsoft Mike,Microsoft Sam和Mi 阅读全文
posted @ 2021-11-16 21:53 emanlee 阅读(1613) 评论(0) 推荐(0)
摘要: AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel' pip install PyQt5-tools pip install -U setuptools==59.1.1 阅读全文
posted @ 2021-11-16 14:56 emanlee 阅读(3168) 评论(0) 推荐(0)
摘要: 解决方法 方法一:删除UTF-8编码,使用ASCII编码将脚本程序中所有UTF-8编码内容删除,也就是删除所有中文。 方法二:注明脚本的编码方式在python脚本程序中,主动申明我们使用UTF-8编码方式。申明的方法如下,在程序最上面增加以下语句,尤其是第二句。 #!/usr/bin/python 阅读全文
posted @ 2021-11-16 14:30 emanlee 阅读(598) 评论(0) 推荐(0)
摘要: D:\Program Files\python_3_6_4>python -m pip install --upgrade pipCache entry deserialization failed, entry ignoredCollecting pip Cache entry deseriali 阅读全文
posted @ 2021-11-16 13:49 emanlee 阅读(333) 评论(0) 推荐(0)
摘要: Microsoft Visual C++ 14.0 or greater is required. 表示缺少Visual Studio 2015及以上版本 的C++编译器。 可以通过以下途径解决。最好是第二、三种途径。 一、直接下载对应版本的.whl文件,然后运行 pip install xxx.w 阅读全文
posted @ 2021-11-16 10:48 emanlee 阅读(2862) 评论(0) 推荐(0)
摘要: 螺丝型号有哪些规格? M牙峰外径*总长*头径,单位为毫米 常用的螺丝的规格有:公制螺丝、美规螺丝、英制螺丝。 主要分类包括普通螺丝、机螺丝、自攻螺丝和膨胀螺丝三种。 1、螺丝根据螺丝型式分为:机械牙、机械牙+耐落、自攻牙2、螺丝根据头型分为:P头(Pan Head)、B头(blinding head 阅读全文
posted @ 2021-11-16 10:03 emanlee 阅读(5075) 评论(0) 推荐(0)