PyQt 及常用库的安装

pyqt 指定版本的安装

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyqt5==5.14.2
{
    
    
	会自动安装 sip 包 
	不需要再 安装以下
	pip install -i https://pypi.tuna.tsinghua.edu.cn/simple sip
}

常用库的安装

  • opencv-python
    pip install opencv-python==3.4.9.33 -i https://pypi.tuna.tsinghua.edu.cn/simple

  • VLC
    参考:链接

猜你喜欢

转载自blog.csdn.net/CXYYL/article/details/129406645