pip install rdkit 这将使用pip从Python Package Index(PyPI)下载并安装rdkit包及其相关依赖项。 安装完成后,您可以通过在Python脚本或交互式环境中导入rdkit来验证安装是否成功: 代码语言:txt 复制 import rdkit 如果没有任何错误,表示安装成功。 请注意,上述步骤是一般情况下使用pip从Cond
9 我正在尝试使用pip3安装rdkit,但是无法成功。 sudo pip3 install rdkit Error: Could not find a version that satisfies the requirement rdkit (from versions: ) No matching distribution found for rdkit 只有一种选项看起来是conda的唯一选择。 conda install -c rdkit rdkit 我该如何使用pip安装...
pip install nvidia-cufft-cu12==11.3.0.4 nvidia-cusolver-cu12==11.7.1.2 nvidia-cusparse-cu12==12.5.4.2 nvidia-nccl-cu12==2.23.4 nvidia-nvjitlink-cu12==12.6.77 pip install rdkit==2024.3.5 scipy==1.14.1 tabulate==0.9.0 toolz==1.0.0 pip...
我遵循RDKit_Docs_current.pdf的指示使用这些包创建一个安装了RDKit的新conda环境需要一个类似于以下命令的命令:最后,必须激活新环境,以便相应的python解释器在同一个shell中可用: $ source activate my-rdkit-env/usr/bin/env</e 浏览11提问于2017-08-16得票数 4 ...
(args, parser) File "/opt/conda/lib/python3.6/site-packages/conda/cli/main_update.py", line 20, in execute install(args, parser, 'update') File "/opt/conda/lib/python3.6/site-packages/conda/cli/install.py", line 265, in install should_retry_solve=(_should_retry_unfrozen or repodata...
conda install hypothesis-rdkit or with mamba: mamba install hypothesis-rdkit It is possible to list all of the versions of hypothesis-rdkit available on your platform with conda: conda search hypothesis-rdkit --channel conda-forge or with mamba: mamba search hypothesis-rdkit --channel con...
(服务器上运行) 13赞 novelai吧 种豆得瓜🍀🌐 为啥啊 git克隆了,install也completed了,cuda也安装了,就是训练不了 分享3赞 python吧 Star-梁🎏 RDKIT安装,求大佬帮个忙看一下镜像源换成了清华和中科大的,可是rdkit下载网址还是显示的rdkit,conda install一直下不下来,怎么办看了好多经验帖大家都没有...
Normal conda installs without the -c work fine. However, whenever I attempt to specify ANY channel, I get this error: conda install -c rdkit rdkit=2017.03.2 Fetching package metadata ... CondaHTTPError: HTTP None None for url https://con...
cufft-cu12==11.3.0.4 nvidia-cusolver-cu12==11.7.1.2 nvidia-cusparse-cu12==12.5.4.2 nvidia-nccl-cu12==2.23.4 nvidia-nvjitlink-cu12==12.6.77 pip install rdkit==2024.3.5 scipy==1.14.1 tabulate==0.9.0 toolz==1.0.0 pip install typeguard==2.13.3 typing-extensions==4.12.2 zstandard==...
jupyter notebook切换其他conda虚拟环境 转自https://blog.csdn.net/weixin_41813895/article/details/84750990 1.在cmd中切换到想要的环境 2.在此环境中中安装好ipykernel conda install ipykernel 3.python -m ipykernel install --name ***