2020年3月6日

安装pyaudio

摘要: http://people.csail.mit.edu/hubert/pyaudio/ 一、Windows https://www.lfd.uci.edu/~gohlke/pythonlibs/ pyaudio pip install PyAudio 0.2.11 cp37 cp37m win_am 阅读全文

posted @ 2020-03-06 22:14 HolaWorld 阅读(2423) 评论(0) 推荐(0) 编辑

给 python工程 打包并上传 PyPI (The Python Package Index)

摘要: 主站: 测试站: 打包教程: 1、创建文件和文件夹 2、README.md Example Package This is a simple example package. You can use "Github flavored Markdown" to write your content. 阅读全文

posted @ 2020-03-06 20:07 HolaWorld 阅读(241) 评论(0) 推荐(0) 编辑

python怎么import自己写的包

摘要: mypac.py: main.py: 执行mypac.py: executing \_\_main\_\_ this is a function of mypac 执行main.py: executing mypac \ this is a function of mypac 执行完main.py后 阅读全文

posted @ 2020-03-06 17:15 HolaWorld 阅读(1567) 评论(0) 推荐(0) 编辑

pip源使用国内镜像

摘要: 临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 注意,simple 不能少, 是 https 而不是 http 设为默认 升级 pip 到最新的版本 (>=10.0.0) 后进行配置: pip ins 阅读全文

posted @ 2020-03-06 12:51 HolaWorld 阅读(2397) 评论(0) 推荐(0) 编辑

导航