linux下python第三⽅库离线安装
有两种安装⽅式,分别是whl、rz,这⾥说⼀下whl安装
1、保证pip⼯具已安装,没有的话⾃⼰安装⼀下
2、下载whl格式⽂件的库
下载后将whl⽂件复制到linux服务器,使⽤cd命令进⼊whl⽬录
使⽤pip install+ xxx.whl安装
如果有类似报错:
Could not find a version that satisfies the requirement cryptography>=2.5 (from paramiko==2.7.2) (from versions: ) No matching distribution found for cryptography>=2.5 (from paramiko==2.7.2)
说明有其他依赖库,先安装依赖库
3、验证是否可⽤
如上是可⽤的。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论