Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
…
…
InvalidArchiveError('Error with archive C:\Users\ZKP\.conda\pkgs\qt6-main-6.4.0-he608ae7_3.tar.bz2. You probably need to delete and re-download or re-create this file. Message was:\n\nfailed with error: seeking backwards is not allowed')
包的存档文件似乎有错误qt6-main。错误信息提示不允许向后查找,这意味着文件本身可能有问题。
这个问题的一种解决方法是删除有问题的文件,让conda重新下载或者重新创建。您可以尝试在终端或命令提示符中运行以下命令:
conda clean --all
这将删除所有缓存的包和索引。conda install之后,尝试使用或您喜欢的任何其他安装方法再次安装该软件包。
如果这不起作用,您也可以尝试从 Anaconda 网站手动下载软件包并使用conda install 系统上下载的软件包文件的路径进行安装。
我希望这有帮助!