Created attachment 641 [details] anaconda日志报错截图 Description of problem: 测试ISO:http://120.26.78.75/media/iso/anolis-23-x86_64-dvd1-20230217.1.iso Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.下载ISO 2.install安装 3. Actual results: 报错信息如图所示,提示org.fedoraproject.Anaconda.Modules.Storage启动失败 Expected results: 安装成功 Additional info: anaconda版本过低,python3-packaging版本过高,删除了anaconda低版本中仍旧使用的LegacyVersion定义。
经过定位发现是 anaconda 版本太低导致,需要更新到 38.23 版本,才能解决此问题。 在升级 anaconda 时,发现需要先升级 langtable 到 0.0.61 版本。 请同时安装 anaconda-38.23-1.an23 和 langtable-0.0.61-1.an23。 对应的提交连接: https://gitee.com/src-anolis-os/langtable/pulls/2 https://gitee.com/src-anolis-os/anaconda/pulls/58