Skip to main content

A collection of chemoinformatics and machine-learning software written in C++ and Python

Project description

🔥 RDKit Python Wheels

This repository holds the code to build RDKit platform wheels for Linux, macOS, and Windows. The wheels contain the platform-specific dynamic libraries (*.so, *.dylib, and *.dll) and are available at PyPi. You can install RDKit using pip (pip install rdkit).

Please open an issue if you find something missing or not working as expected.

PyPI version shields.io PyPI download month PyPI download day GitHub stars

Available Builds

OS Arch Bit Conditions 3.7 3.8 3.9 3.10 CI
Linux intel 64 glibc >= 2.17 (e.g., Ubuntu 16.04+, CentOS 6+, ...) ✔️ ✔️ ✔️ ✔️ Github Actions
Linux aarch64 64 glibc >= 2.17 (e.g., Raspberry Pi, ...) ✔️ ✔️ ✔️ ✔️ Circle CI
macOS intel 64 >= macOS-11 ✔️ ✔️ ✔️ ✔️ Github Actions
macOS armv8 64 >= macOS-11 (M1 hardware) ✔️ ✔️ ✔️ Github Actions
Windows intel 64 ✔️ ✔️ ✔️ ✔️ Github Actions

Install RDKit from PyPi

PIP

python -m pip install rdkit
python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"

Poetry

poetry add rdkit
poetry run python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"

Local builds on Linux

cibuildwheel requires patchelf (apt install patchelf)

python3 -m pip install cibuildwheel

git clone https://github.com/kuelumbus/rdkit-pypi.git
cd rdkit-pypi

CIBW_BUILD=cp37-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml

Replace cp37-manylinux_x86_64 with cp38-manylinux_x86_64, cp39-manylinux_x86_64, and cp310-manylinux_x86_64 to build for other python versions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

rdkit-2022.3.3-cp310-cp310-win_amd64.whl (13.5 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

rdkit-2022.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rdkit-2022.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rdkit-2022.3.3-cp310-cp310-macosx_11_0_arm64.whl (16.2 MB view hashes)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rdkit-2022.3.3-cp310-cp310-macosx_10_9_x86_64.whl (17.9 MB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rdkit-2022.3.3-cp39-cp39-win_amd64.whl (13.5 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

rdkit-2022.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rdkit-2022.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rdkit-2022.3.3-cp39-cp39-macosx_11_0_arm64.whl (16.2 MB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rdkit-2022.3.3-cp39-cp39-macosx_10_9_x86_64.whl (17.9 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rdkit-2022.3.3-cp38-cp38-win_amd64.whl (13.5 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

rdkit-2022.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rdkit-2022.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

rdkit-2022.3.3-cp38-cp38-macosx_11_0_arm64.whl (16.2 MB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rdkit-2022.3.3-cp38-cp38-macosx_10_9_x86_64.whl (17.9 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rdkit-2022.3.3-cp37-cp37m-win_amd64.whl (13.6 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

rdkit-2022.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

rdkit-2022.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.0 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

rdkit-2022.3.3-cp37-cp37m-macosx_10_9_x86_64.whl (17.7 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page