为了能快速了解并处理您的问题,请提供以下基础信息: 面板、插件版本:[backcolor=rgba(255, 255, 255, 0.7)]v11.1.0
系统版本:[backcolor=rgba(255, 255, 255, 0.7)]Ubuntu 22
问题描述:纯净环境,安装宝塔准备安装Python环境,结果报如下错误,无法安装任何版本的Python
相关截图(日志、错误):未找到本地记录文件,将向云端请求Python版本数据,这可能需要一段时间,请稍等 正在检查网络状况......解析错误正在检查网络状况......Traceback (most recent call last):File "/www/server/panel/class/projectModel/btpyvm.py", line 528, in _get_versions_by_cloudstable_go_versions = self.__parser_xml(data_txt)File "/www/server/panel/class/projectModel/btpyvm.py", line 565, in __parser_xmlroot = cElementTree.fromstring(data_txt)File "/www/server/panel/pyenv/lib/python3.7/xml/etree/ElementTree.py", line 1315, in XMLparser.feed(text)File "<string>", line Nonexml.etree.ElementTree.ParseError: mismatched tag: line 7, column 2未找到对应版本Traceback (most recent call last):File "/www/server/panel/class/projectModel/btpyvm.py", line 876, in <module>pyvm.cmd_install(_v, extended)File "/www/server/panel/class/projectModel/btpyvm.py", line 719, in cmd_install_, err = py_v.install(self.base_url, extended_args)AttributeError: 'str' object has no attribute 'install'
|
|