[quote][size=2][url=forum.php?mod=redirect&goto=findpost&pid=424278&ptid=97241][color=#999999]xzgzs 发表于 2022-10-31 20:07[/color][/url][/size]
有解决的吗?[/quote]
可以尝试下面的方法,今日处理了一个因系统curl、wget无法使用导致无法安装一些依赖项,从而python库缺失
[code]yum reinstall -y curl
yum install -y wget
bt 2
mv /www/server/panel/pyenv /root/
curl http://download.bt.cn/install/update_panel.sh|bash[/code] |