想要安装CHEMDATAEXTRACTOR
使用命令:
conda install -c chemdataextractor chemdataextractor
尝试更换了清华镜像也是不可以使用
想要安装CHEMDATAEXTRACTOR
使用命令:
conda install -c chemdataextractor chemdataextractor
尝试更换了清华镜像也是不可以使用
解决方法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来试试
解决方法3
从GitHub上下载CHEMDATAEXTRACTOR的源文件,解压在在对应环境下的site-packages文件夹中创建的chemdataextractor文件夹中
GitHub:https://github.com/mcs07/ChemDataExtractor
望采纳,谢谢!