树莓派python,PIP3安装出现问题

树莓派python,PIP3安装出现问题

在这里插入图片描述
Could not find a version that satisfies the requirement pypylon (from versions: )
No matching distribution found for pypylon

方法总结
法一:pip3 install 包名-i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

–trusted-host pypi.douban.com是为了获得ssl的证书认证。结果还是不行。
并且出现了新的问题
树莓派python,PIP3安装出现问题_第1张图片
Cannot unpack file /tmp/pip-unpack-86gi9p66/simple (downloaded from /tmp/pip-req-build-7fycntin, content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-req-build-7fycntin

法二:打开网址 http://www.lfd.uci.edu/~gohlke/pythonlibs/
下载所需要的安装包,把它放在桌面,打开cmd后,找到存放该文件的桌面,然后pip 安装就成功了。但是我在上面根本没有找到pypylon,我在Windows下是安装成功的

你可能感兴趣的:(树莓派python,PIP3安装出现问题)