Python for Ubuntu 基本常识


安装 Pyhton3 模块前,若 Ubuntu 中没有 pip3 运行以下命令

root:# apt-get install python3-pip
 
root:# apt-get install python3-setuptools
 
root:# apt-get install python3-wheel
					

安装 Pyhton3 模块

root:# pip3 install PyMyPDF
					

国内镜像


pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple 包名

清华:
https://pypi.tuna.tsinghua.edu.cn/simple
 
阿里云:
http://mirrors.aliyun.com/pypi/simple/
 
中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple/
 
华中理工大学:
http://pypi.hustunique.com/
 
山东理工大学:
http://pypi.sdutlinux.org/
 
豆瓣:
http://pypi.douban.com/simple/
					
python3-pip        20.0.2
python3-setuptools 45.2.0
python3-wheel      0.34.2
 
PyQt5              5.15.7 for Qt 5.15.2
PyQtChart          5.15.6 for Qt 5.15.2
PyQtWebEngine      5.15.6
 
PyMuPDF            1.21.0
numpy              1.23.4
opencv-python      4.6.0.66
 
PyOpenGL           3.1.6
Pillow             7.0.0
qrcode             7.3.1
 
pyaudio            0.2.12 (没成功)
 
requests           2.22.0
psutil             5.5.1
 
pynput             1.7.6
 
serial             0.0.97 (自带 future-0.18.2 iso8601-1.1.0)
pySerial           3.5
					

另请参阅:

版权声明: 本文为独家原创稿件,版权归 乐数软件 ,未经许可不得转载。

上一话题

POSIX 接口

下一话题

ramfs 文件系统

快速搜索