当我试图使用conda install -c schrodinger pymol-bundle作为文档指令(https://pymol.org/2/)安装pymol时,会出现一个错误,我无法解决它。
Downloading and Extracting Packages
pdb2pqr-2.1.2+pymol | 236 KB | | 0%
freemol-1.158 | 6 KB | | 0%
CondaHTTPError: HTTP 403 FORBIDDEN for url <https://conda.anaconda.org/schrodinger/noarch/pdb2pqr-2.1.2 pymol-py_0.tar.bz2>
Elapsed: 00:00.354925
CF-RAY: 72dee7c5fd0d3577-CNF
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
CondaHTTPError: HTTP 403 FORBIDDEN for url <https://conda.anaconda.org/schrodinger/noarch/freemol-1.158-py_2.tar.bz2>
Elapsed: 00:00.390000
CF-RAY: 72dee7c87ccb3565-CNF
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.我认为这可能是一个许可证问题,而且我的计算机上有一个pymol .lic文件,以前我经常从windows安装程序安装这个文件,但是我不知道如何将许可证包含在anaconda安装命令中。有办法吗?
发布于 2022-07-21 02:34:21
您可能会遇到与许多其他用户相同的问题。看来Cloudflare的系统故障正在影响安装。
下面是conda的github:https://github.com/conda/conda/issues/11638上的一个相关线程
https://stackoverflow.com/questions/73058540
复制相似问题