Skip to main content

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

Project description

RDKit python wheels 🔥🔥 pip install rdkit-pypi 🔥🔥

This repository holds the code to build RDKit platform wheels for Linux, macOS, and Windows. The wheels are available at the PyPi repository and can be installed using pip (pip install rdkit-pypi).

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

Availability

OS Version/Conditions Python
Linux (x86_64) glibc >= 2.17 (e.g., Ubuntu 16.04+, CentOS 6+, ...) 3.6, 3.7, 3.8, 3.9
macOS (x86_64) >= 10.9 3.6, 3.7, 3.8, 3.9
Windows (x86_64) ? 3.6, 3.7, 3.8, 3.9

Install RDKit

PIP

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

Poetry

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

Build wheels locally (Linux only)

cibuildwheel uses patchelf (apt install patchelf)

git clone https://github.com/kuelumbus/rdkit_platform_wheels.git
cd rdkit_platform_wheels

python3.8 -m pip install cibuildwheel

CIBW_BUILD_VERBOSITY=1 CIBW_MANYLINUX_X86_64_IMAGE=manylinux2014 cibuildwheel --platform linux --output-dir wheelhouse

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_pypi-2021.9.1-cp39-cp39-win_amd64.whl (25.6 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

rdkit_pypi-2021.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rdkit_pypi-2021.9.1-cp39-cp39-macosx_10_9_x86_64.whl (16.6 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rdkit_pypi-2021.9.1-cp38-cp38-win_amd64.whl (25.6 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

rdkit_pypi-2021.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.6 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rdkit_pypi-2021.9.1-cp38-cp38-macosx_10_9_x86_64.whl (16.6 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rdkit_pypi-2021.9.1-cp37-cp37m-win_amd64.whl (25.6 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

rdkit_pypi-2021.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.4 MB view hashes)

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

rdkit_pypi-2021.9.1-cp37-cp37m-macosx_10_9_x86_64.whl (16.5 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rdkit_pypi-2021.9.1-cp36-cp36m-win_amd64.whl (25.6 MB view hashes)

Uploaded CPython 3.6m Windows x86-64

rdkit_pypi-2021.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (20.4 MB view hashes)

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

rdkit_pypi-2021.9.1-cp36-cp36m-macosx_10_9_x86_64.whl (16.5 MB view hashes)

Uploaded CPython 3.6m 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