当前位置:论坛首页 > Linux面板 > 求助

【待反馈】树莓派4b 官方系统 启动失败

发表在 Linux面板2022-2-10 17:12 [复制链接] 7 2052

...........
003.png
使用道具 举报 只看该作者 回复
发表于 2022-2-10 17:51:30 | 显示全部楼层
您好,您手动安装下面的依赖
  1. btpip install gevent --upgrade
复制代码

然后重新修复下面板,看下还有什么错误
使用道具 举报 回复 支持 反对
发表于 2022-2-10 17:53:04 | 显示全部楼层
大炮运维V587 发表于 2022-2-10 17:51
您好,您手动安装下面的依赖

然后重新修复下面板,看下还有什么错误


WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.doubanio.com/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
root@raspberrypi:/home/pi# ^C
root@raspberrypi:/home/pi# btpip install gevent --upgrade
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Looking in indexes: https://pypi.doubanio.com/simple
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
Could not fetch URL https://pypi.doubanio.com/simple/gevent/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/gevent/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement gevent (from versions: none)
ERROR: No matching distribution found for gevent
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.doubanio.com/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
使用道具 举报 回复 支持 反对
发表于 2022-2-10 18:18:57 | 显示全部楼层
大炮运维V587 发表于 2022-2-10 17:51
您好,您手动安装下面的依赖

然后重新修复下面板,看下还有什么错误

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.doubanio.com/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
root@raspberrypi:/home/pi# ^C
root@raspberrypi:/home/pi# btpip install gevent --upgrade
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Looking in indexes: https://pypi.doubanio.com/simple
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/gevent/
Could not fetch URL https://pypi.doubanio.com/simple/gevent/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/gevent/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement gevent (from versions: none)
ERROR: No matching distribution found for gevent
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Could not fetch URL https://pypi.doubanio.com/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.doubanio.com', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
使用道具 举报 回复 支持 反对
发表于 2022-2-10 18:20:15 | 显示全部楼层
宝塔用户_rymxdd 发表于 2022-2-10 17:53
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python  ...

您好,您的这个是无法使用豆瓣的pip https安装源,
  1. sed -i 's/https/http/g' /root/.pip/pip.conf
复制代码

执行这个命令后,重新安装gevent
使用道具 举报 回复 支持 反对
发表于 2022-2-10 18:24:07 | 显示全部楼层
大炮运维V587 发表于 2022-2-10 18:20
您好,您的这个是无法使用豆瓣的pip https安装源,

执行这个命令后,重新安装gevent

使用道具 举报 回复 支持 反对
发表于 2022-2-10 18:25:30 | 显示全部楼层
大炮运维V587 发表于 2022-2-10 18:20
您好,您的这个是无法使用豆瓣的pip https安装源,

执行这个命令后,重新安装gevent

重装宝塔还是不行
0.png
使用道具 举报 回复 支持 反对
发表于 2022-2-11 16:03:38 | 显示全部楼层

要不你安装docker后在docker里跑吧,树莓派需要的依赖你这里安装失败的是https://www.bt.cn/bbs/thread-79499-1-1.html
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急运维服务

响应时间:3分钟

问题处理方式:宝塔专家1对1服务

工作时间:工作日:9:00 - 18:30

宝塔专业团队为您解决服务器疑难问题

点击联系技术免费分析

工作时间:09:00至18:30

快速回复 返回顶部 返回列表