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 on Github Action and Circle CI. The wheels contain the compiled platform-specific dynamic libraries (*.so, *.dylib, and *.dll) and are available at PyPI. RDKit can easily be installed using

pip install rdkit

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

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

Available Builds

OS Arch Bit Conditions 3.8 3.9 3.10 3.11 3.12 3.13 3.14 CI
Linux intel 64 glibc >= 2.28 (e.g., Ubuntu 18.04+, CentOS 6+, ...) last: 2024.3.5 last: 2025.9.2 ✔️ ✔️ ✔️ ✔️ ✔️ Github Actions
Linux aarch64 64 glibc >= 2.28 (e.g., Raspberry Pi, ...) last: 2024.3.5 last: 2025.9.2 ✔️ ✔️ ✔️ ✔️ ✔️ Circle CI
macOS intel 64 >= macOS 10.15 last: 2024.3.5 last: 2025.9.2 last: 2025.9.3 last: 2025.9.3 last: 2025.9.3 last: 2025.9.3 last: 2025.9.3 Github Actions
macOS armv8 64 >= macOS 11, M-Hardware last: 2024.3.5 last: 2025.9.2 ✔️ ✔️ ✔️ ✔️ ✔️ Github Actions
Windows intel 64 last: 2024.3.5 last: 2025.9.2 ✔️ ✔️ ✔️ ✔️ ✔️ Github Actions

Installation

PIP

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

uv

uv add rdkit
uv 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=cp313-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml

Replace * in cp*-manylinux_x86_64 with 310, 311, 312, 313, or 314 to build for different Python

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

If you're not sure about the file name format, learn more about wheel file names.

rdkit-2026.3.2-cp314-cp314-win_amd64.whl (25.1 MB view details)

Uploaded CPython 3.14Windows x86-64

rdkit-2026.3.2-cp314-cp314-manylinux_2_28_x86_64.whl (37.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

rdkit-2026.3.2-cp314-cp314-manylinux_2_28_aarch64.whl (35.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

rdkit-2026.3.2-cp314-cp314-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rdkit-2026.3.2-cp313-cp313-win_amd64.whl (24.6 MB view details)

Uploaded CPython 3.13Windows x86-64

rdkit-2026.3.2-cp313-cp313-manylinux_2_28_x86_64.whl (37.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

rdkit-2026.3.2-cp313-cp313-manylinux_2_28_aarch64.whl (35.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

rdkit-2026.3.2-cp313-cp313-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rdkit-2026.3.2-cp312-cp312-win_amd64.whl (24.6 MB view details)

Uploaded CPython 3.12Windows x86-64

rdkit-2026.3.2-cp312-cp312-manylinux_2_28_x86_64.whl (37.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

rdkit-2026.3.2-cp312-cp312-manylinux_2_28_aarch64.whl (35.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

rdkit-2026.3.2-cp312-cp312-macosx_11_0_arm64.whl (30.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rdkit-2026.3.2-cp311-cp311-win_amd64.whl (24.6 MB view details)

Uploaded CPython 3.11Windows x86-64

rdkit-2026.3.2-cp311-cp311-manylinux_2_28_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

rdkit-2026.3.2-cp311-cp311-manylinux_2_28_aarch64.whl (35.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

rdkit-2026.3.2-cp311-cp311-macosx_11_0_arm64.whl (29.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rdkit-2026.3.2-cp310-cp310-win_amd64.whl (24.6 MB view details)

Uploaded CPython 3.10Windows x86-64

rdkit-2026.3.2-cp310-cp310-manylinux_2_28_x86_64.whl (37.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

rdkit-2026.3.2-cp310-cp310-manylinux_2_28_aarch64.whl (35.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

rdkit-2026.3.2-cp310-cp310-macosx_11_0_arm64.whl (29.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file rdkit-2026.3.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: rdkit-2026.3.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 25.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for rdkit-2026.3.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5190d910e086f54ec640234afd3f3a26882a82f69d7f5d6a75748f5cf9177e93
MD5 6ca15605d5a232af29b91309c854a430
BLAKE2b-256 c979dab566de8d9bd89cd1b627c4f493fa2936114c2004e547069625763353fa

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9deadcf76f9f8d836a3362be1f606ae74bd88fd622cd77a3ddaae71fcad83d9
MD5 7793280af04c419b65ac11fd31d11dc3
BLAKE2b-256 d1c785d8c89905663550a5962d754aeb44f2dfc81b2968f83d82dd56692dd763

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 146829850a725db91d6042a4c46fab2169de7ca8db22f0c889ab29a1646175d1
MD5 ad743673c87b4c449257382c9cfcc3e1
BLAKE2b-256 627bedc80ca5ce1343ab15686caf645e43a254ea2b8e7af3a4034655c355d7d5

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07ec533914be1a72e00beb24dfda409e3264bf4f0945e062cb616765381998e5
MD5 78fa4f6dea0795928a54e22ee9285cb0
BLAKE2b-256 bceb8325049d449e901fa6ff28f1f5ff9f98aa95faf2e280cf03d9dc582bf310

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: rdkit-2026.3.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for rdkit-2026.3.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b4a3e15fd1e9986284288362ef415478d5a895c9409c72a3fa9320e728b76ca3
MD5 de93c68c18275b6d5c50f9d75190a3d5
BLAKE2b-256 e7398e095f9406d7416b9c1284817c62049dccc801008ee98a8aaa7a68c609bf

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9908eff69e89da927006b9513adaf7985b46bf0b213cf204a2529d367e932dda
MD5 b591e4a851869e31cd7f95b3b918a391
BLAKE2b-256 cbed568c508712bb4f1b94b9b85f3a514aedcd37da73fb08d6ef22a3b0981698

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb14f634f630cac27e6484bf01a789a2ae8e8dbea96c87e365ff956b31c384a2
MD5 eac6c3f9431d0f9d8dc1d47d026da9bc
BLAKE2b-256 f24647f8ab91a05a6b060852a8484b555256a8f32b740c67560b00560ef56eb5

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c30bf6846b2f55a24b0e2beba7f0480dd948a73bfc13ad95cdb29f839586a497
MD5 6789f6b8675713839a26419a8dc81745
BLAKE2b-256 10c1b3e8469291a9725eda29e911987f39be8a625b78f78d64bdc731ddda852f

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: rdkit-2026.3.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for rdkit-2026.3.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 119b8ca7394b136ddb414a6e15fbdfbcbb8398925abbb823e853f273977211a9
MD5 62e9fbddfb7e601bec1afc1ad874436e
BLAKE2b-256 55358f361ea5324593638112b605667fa7728d33e738110fb793351d2e7c629a

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5197a104b9ddf18b08388649b91abe8737cc02503e02137c05f7b2bea4961aae
MD5 a6568ed9162b3bb38696701c32f51d55
BLAKE2b-256 646575b061afd7b84216caee4b5050db42be7c5ac11097b8166cd509db53b6a4

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3083c723f5cd22b084d18661725103738f18b7d38e0876899f61a9a03b6cbb57
MD5 7da6dec7debace03caed411fe37bcf2a
BLAKE2b-256 3db774bfd5b9a71439e9257342941e59d0c750450335a91a6963e536545ced23

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3371395b23bdd03441ad4fdd575b4bad2d44dfa5a0e3a76c572db60b05d4f4b7
MD5 f99f420f47946577b0f843dedb20b4a6
BLAKE2b-256 07eee41dc13201769a593143141e214cea54dece91d2ee9553239fed3c5181ce

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: rdkit-2026.3.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for rdkit-2026.3.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cc1db26326d12a86f497633e8f3cd3bd3d72b8fedfff80894cb4269e2ae93d42
MD5 535cdc184e128811f970772bc8179c8b
BLAKE2b-256 3b21650edb19994f4d846425d5bc34e74b672791d34675e133a96e369df2312b

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de238db00291874b6e572e49419307b6e148e2a61e179dcc9db84d94f74a1915
MD5 8f4e04b7ae953c216da01efa29229c06
BLAKE2b-256 fee38a6c0060db1eedc301fd5ad53302d64020af17942f83c7cd08ed33605649

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d273ef9c6ba8ef56a4cc4ae3c91e086afe54a6f9849f9fb5b3d6e459b861c664
MD5 4480525560585644e488f7d4c67acbc2
BLAKE2b-256 1dd58023160e3ee84fe9a953f2d3914a5cf1b56e4b28705f5ad3dffb8aaf4f97

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4ba6cb780b3a1d01208074efcea759d189b52806189c86bb1042b50d513e166a
MD5 9c922a147735a46311cf9dbeebab1ba0
BLAKE2b-256 768850fac8a92a712ff06652f71eb19735b4de40e44c601742ea944cdda586c6

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rdkit-2026.3.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for rdkit-2026.3.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 15752d362a4c9ace4a2a39f68bcb587ced621742acaa2c056301cd715767c4f3
MD5 91b6e656fbda207b154a2978deacbd8b
BLAKE2b-256 8dad64a3317069cadd004bd046a096691c897fd9faee05c0f2429b91ec9d8a6b

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d9d3f9d4822e156c21bcca99afa019c79c5f03907a7fcba78372f0ce42d2c6c
MD5 7c9bb773ca34aa0b3c4b2f292658381b
BLAKE2b-256 6bcd786b79d3d8f1f8dbbd4870f31f6ac0035b06717d7ca0d6d0851bf797a51a

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dd50f5a485e81cc8087fea016cc58b404127146a1c3085612890bbc6a5dc50f
MD5 2f3c620b2009ee3f731361c3625680d5
BLAKE2b-256 c350a740605948c544d8c5d349f2b163fbdc39a3e8e9b180baf3f66dee4488f9

See more details on using hashes here.

File details

Details for the file rdkit-2026.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rdkit-2026.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b8d2ad85a8270eb3cef1a26db18cc6cd144ddb21c5f0c35d0b5229270aeb089
MD5 21264aa7bec40b4997ff2fdb08ca5eb5
BLAKE2b-256 2dc112682c5c1c5d31bf528d820b0514478e31c1b090eeda18ed0b17d581c984

See more details on using hashes here.

Supported by

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