conda install 运行报错 An HTTP error occurred when trying to retrieve this URL

想要安装CHEMDATAEXTRACTOR

使用命令:
conda install -c chemdataextractor chemdataextractor

img

尝试更换了清华镜像也是不可以使用

解决方法1
使用指令下载

pip install chemdataextractor
pip install chemdataextractor -i https://pypi.tuna.tsinghua.edu.cn/simple # 使用清华源
或者
pip install chemdataextractor -i http://pypi.tuna.tsinghua.edu.cn/simple
# pip不行就用pip3来试试

img


清华源库中是有chemdataextractor包的。

解决方法2
参考博客:
https://blog.csdn.net/ca___0/article/details/109079566?ops_request_misc=&request_id=&biz_id=102&utm_term=%20An%20HTTP%20error%20occurred%20when%20t&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-3-109079566.nonecase&spm=1018.2226.3001.4187

解决方法3
从GitHub上下载CHEMDATAEXTRACTOR的源文件,解压在在对应环境下的site-packages文件夹中创建的chemdataextractor文件夹中
GitHub:https://github.com/mcs07/ChemDataExtractor
望采纳,谢谢!