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.4-cp314-cp314-win_amd64.whl (25.2 MB view details)

Uploaded CPython 3.14Windows x86-64

rdkit-2026.3.4-cp314-cp314-manylinux_2_28_x86_64.whl (37.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

rdkit-2026.3.4-cp314-cp314-manylinux_2_28_aarch64.whl (35.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

rdkit-2026.3.4-cp314-cp314-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

rdkit-2026.3.4-cp313-cp313-win_amd64.whl (24.7 MB view details)

Uploaded CPython 3.13Windows x86-64

rdkit-2026.3.4-cp313-cp313-manylinux_2_28_x86_64.whl (37.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

rdkit-2026.3.4-cp313-cp313-manylinux_2_28_aarch64.whl (35.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

rdkit-2026.3.4-cp313-cp313-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rdkit-2026.3.4-cp312-cp312-win_amd64.whl (24.7 MB view details)

Uploaded CPython 3.12Windows x86-64

rdkit-2026.3.4-cp312-cp312-manylinux_2_28_x86_64.whl (37.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

rdkit-2026.3.4-cp312-cp312-manylinux_2_28_aarch64.whl (35.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

rdkit-2026.3.4-cp312-cp312-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rdkit-2026.3.4-cp311-cp311-win_amd64.whl (24.7 MB view details)

Uploaded CPython 3.11Windows x86-64

rdkit-2026.3.4-cp311-cp311-manylinux_2_28_x86_64.whl (37.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

rdkit-2026.3.4-cp311-cp311-manylinux_2_28_aarch64.whl (36.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

rdkit-2026.3.4-cp311-cp311-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

rdkit-2026.3.4-cp310-cp310-win_amd64.whl (24.7 MB view details)

Uploaded CPython 3.10Windows x86-64

rdkit-2026.3.4-cp310-cp310-manylinux_2_28_x86_64.whl (37.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

rdkit-2026.3.4-cp310-cp310-manylinux_2_28_aarch64.whl (36.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

rdkit-2026.3.4-cp310-cp310-macosx_11_0_arm64.whl (30.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: rdkit-2026.3.4-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 25.2 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.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a9a71fe0f14e9a08818530aed77e89bae8506f479bb99b0e362ebb7fe156899a
MD5 f1f3556fb9184f5a4fe09f886559d9c3
BLAKE2b-256 530b160aae5c7c8d9023be553f88fb0e3d4e8b736e24cce4a681b91d9c4bb43d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1218f1d3d1e348ced44f815b2acc8d8a941da1ad67e3cf64e9c20fa090522882
MD5 95fc63f73abade1a68f21a3d8ed2b434
BLAKE2b-256 e1111a9a693e424b2a75755d56ecb67ccc6f77e6e5bb7417dec5e73d9c410314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c0b86cd5243713c07203e602899b623f169752cbe5a20b311e5cbc3ae12dca0
MD5 0546b02882e1825810a65b3f217ebbd2
BLAKE2b-256 c984cb2f0276f997efdd019b2babb35b50ff1faeca0a20d6a9fd47e9d07c2001

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71cc4404614c05f37a2cdb2af028d2e86f0a314af07fa2d175b01fe064c76e29
MD5 dca02c86af9e84d0a4c387c270446fa4
BLAKE2b-256 52220ba7be75e0d99335008532312abc0a1ce50f8895739941bca887cf75d157

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit-2026.3.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 24.7 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.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1f6fd3e9ee43211b9458268a0a21a5c3db7d27d2aa2eef9cb837dc4302d4426d
MD5 d5efd76d8b504a7feaf0bfa4f9fdfd44
BLAKE2b-256 b1c448b6935e235fb09b6e36fcd12a5c3056dac9affbc051cb994f4e67eb6531

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98cb809bc8e3f7168c7909670a418096830c95d5b386e4b124d1381f9730e5c1
MD5 80d489aecf1ea886819e8cf0ec9a48df
BLAKE2b-256 bed9f5ea74bc526f66f4d30da562eb76d69a56b6286aa4f775650d124cfec0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19634f932126c300d0fb0e02287d9eea601f43262a8980645df16c7dd55ba1a7
MD5 e623dcaf37b605b7aeccf0a3e6caf522
BLAKE2b-256 ccb4157e9c1dd85ad8d9da1f386b6a1a819b2f39e480821e08e0d09a54d2fba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df1ec162c226c177e37a8325aa217e89fb0e4d4db68f919e53b9fce144c13dc9
MD5 a731ae19485b6c08c3d81284f266d60c
BLAKE2b-256 668c62215f9345648b2186161addb5772b18df3f8ddb3d75bd7a8a2277cc42a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit-2026.3.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 24.7 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.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c6d25f79fe7c22ab0b6172f33417dba83518e4ad098bcf5c84f7d22ca08b1f18
MD5 8f22daa8c2f8d64ef990a4818a82e9bb
BLAKE2b-256 2304b20d54cc905a8a088de30e042521306b2f3f6448fb0b4c9af993acec2511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bec605934ad781e91aa10d434ac986ee18e191ae9dfa65fcabb1784aadf33edb
MD5 80c4a2bc22a60f5b95493b389ab60620
BLAKE2b-256 267f90254c3c774598cc790cb45910568820bb6eac0dade74762dcb5d0714e59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d63ac1384a7a6af9742cafa23139f9b1ce7639e48d2a6b1b793600065442a133
MD5 1e3d0206804d43847f88c3d68a3deec2
BLAKE2b-256 779949dd69488abc60434f812eb2d5355f6b26dd34d7d79948434b661b31929e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d5eeb9212ff64410fd37c4b561603da52193f9cdbe40a787a5159e1076c0981
MD5 1239583ff9c30bcd9204dae4b3ce2cb5
BLAKE2b-256 cec118e4f420fc339613b7419cdaab1ddb60c2a5cd6e74274b5497dcfb0af0e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit-2026.3.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 24.7 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.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 68f27f12063091115df76d0adbd3d1ec7d7ae8a0ddf103cfb88a1fee4670f2cd
MD5 2c699974d24cee406e23278a69e9cf1d
BLAKE2b-256 7c642ffbcce727ef2433635c1ac1b212d5fc42f571f974571d8d64c5e4a4b190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a41dde42ecb24e7d93d62b89e8e5d267b02bbac764f965f3968296c99234c685
MD5 9589b027a267708f07c6581132d9eab2
BLAKE2b-256 87066478651b0055d3df6c386702e4e5c0d3bd3fc32f25bc1c82f6ad46ddba1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1d6f75e5b853eba73f7be1832a4b6f4caff4ff22fa4ba078c53352c9483c3f48
MD5 26e266680463f6d0088ce985a491278e
BLAKE2b-256 49b04a8a66208b00aee621362a0817db5c0d57bd5213bef56d75bb6f760965f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cee9a591c4f315b9e10138d9e7a69033abc4b229a960b45fef5cd179f2f168fc
MD5 bfbb2c92d60741c90abb5d9ea62be454
BLAKE2b-256 d53c5a2362430ab0115f189df5de910d3333c3916e6ec502ddad6157272bac23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit-2026.3.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 24.7 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c15431fc33f456998411c00091f1403e484b8a26e77742591e2b318c4ca9a857
MD5 3167d91dbe1846c5fd1864b514676a87
BLAKE2b-256 ed1833171a42fe63b84d02735e19d05cb04021befa6d29a180998be2598829f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 974830cdcdb95f825fc1038824af0031e7ac537e526485a5f30e58260d03bc39
MD5 4793e817fcaa46999c87e2c780d5aff5
BLAKE2b-256 2e81ba927ea522d57e76a2fbdeac8bfc12db6848e0662bede8ed4121d9206805

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5cda49e4e338789090ababbb1ebf8577b67aee7386a1ea9df4cee7d3fee67cec
MD5 204acd7e5d69182765a5a292d7f2a799
BLAKE2b-256 1c30591ad445b6a3ac7f9f9cee6a2a4e70d4dd7b0647d16242cd3b4dcd93dc06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rdkit-2026.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65fdda1efb852a22faafe2ff060691b23c60b3c74a8f2ca41198483862fcf352
MD5 e9c74c5c88bc9d92c1d44e1fefc6befa
BLAKE2b-256 fccde93a48dcc052c124b731d742264ddb996b46353ce4ebfd66116251a49800

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