Skip to main content

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

Project description

RDKit Python platform wheels

RDKit on PyPi 🔥 (pip install rdkit-pypi). This repository contains the code to build RDKit platform wheels for Linux and macOS. The wheels are available at the PyPi repository and may be installed with pip.

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 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

Install RDKit

PIP

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')))"

Testing: 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 CIBW_BEFORE_BUILD_LINUX="bash pre_linux.sh" 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.3.4-cp39-cp39-manylinux2014_x86_64.whl (18.8 MB view hashes)

Uploaded CPython 3.9

rdkit_pypi-2021.3.4-cp39-cp39-macosx_10_9_x86_64.whl (16.1 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rdkit_pypi-2021.3.4-cp38-cp38-manylinux2014_x86_64.whl (18.8 MB view hashes)

Uploaded CPython 3.8

rdkit_pypi-2021.3.4-cp38-cp38-macosx_10_9_x86_64.whl (16.1 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rdkit_pypi-2021.3.4-cp37-cp37m-manylinux2014_x86_64.whl (18.6 MB view hashes)

Uploaded CPython 3.7m

rdkit_pypi-2021.3.4-cp37-cp37m-macosx_10_9_x86_64.whl (15.9 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rdkit_pypi-2021.3.4-cp36-cp36m-manylinux2014_x86_64.whl (18.6 MB view hashes)

Uploaded CPython 3.6m

rdkit_pypi-2021.3.4-cp36-cp36m-macosx_10_9_x86_64.whl (15.9 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