JW Feng

Results 2 comments of JW Feng

Try installing RDKit with the following: !wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh !chmod +x Miniconda3-latest-Linux-x86_64.sh !bash ./Miniconda3-latest-Linux-x86_64.sh -b -f -p /usr/local !conda install -q -y -c conda-forge rdkit # Then append rdkit path...

Yes, see this example that was posted on the Rdkit discussion forum. https://colab.research.google.com/drive/1nQPmdEbYQgVsFr7c44yRd3wpXPEsJar3 This is what worked for me. I tried installing RDKit with apt-get on colab but that resulted...