ImportError: cannot import name ‘smiles2graph‘ from ‘ogb.utils‘

运行mamba相关项目时,报这个错,看到github有条问答说安装rdkit解决的,看源码的rdkit版本是2023.9.3,但是用pip安装pip install rdkit-pypi==2023.9.5显示:

ERROR: Could not find a version that satisfies the requirement rdkit-pypi==2023.9.5 (from versions: 2021.9.2, 2021.9.2.1, 2021.9.3, 2021.9.4, 2021.9.5.1, 2022.3.1b1, 2022.3.1, 2022.3.1.1, 2022.3.2, 2022.3.2.1, 2022.3.3, 2022.3.4, 2022.3.5, 2022.9.1, 2022.9.2, 2022.9.3, 2022.9.4, 2022.9.5, 2023.3.1b1)

ERROR: No matching distribution found for rdkit-pypi==2023.9.5

官网也没有看到2023版本的,于是下载了和环境对应的rdkit版本,代码显示"Starting now:..."开始运行

相关推荐
Empty_7772 小时前
编程之python基础
开发语言·python
疯狂吧小飞牛2 小时前
Lua 中的 __index、__newindex、rawget 与 rawset 介绍
开发语言·junit·lua
寻星探路4 小时前
Java EE初阶启程记13---JUC(java.util.concurrent) 的常见类
java·开发语言·java-ee
哲Zheᗜe༘4 小时前
了解学习Python编程之python基础
开发语言·python·学习
落日漫游5 小时前
数据结构笔试核心考点
java·开发语言·算法
麦麦大数据5 小时前
F024 RNN+Vue+Flask电影推荐可视化系统 python flask mysql 深度学习 echarts
python·rnn·深度学习·vue·echarts·电影推荐
寻找华年的锦瑟5 小时前
Qt-配置文件(INI/JSON/XML)
开发语言·qt
HY小海6 小时前
【C++】AVL树实现
开发语言·数据结构·c++
workflower6 小时前
Fundamentals of Architectural Styles and patterns
开发语言·算法·django·bug·结对编程
Roc-xb6 小时前
ModuleNotFoundError: No module named ‘conda_token‘
开发语言·python·conda