Skip to main content

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

Project description

RDKit Python platform wheels

Dockerfile and script to build RDKit Python wheels for Linux using manylinux.

Versions:

  • Linux: Python >= 3.6 and glibc >= 2.17 (e.g., Ubuntu 16.04+, CentOS 6+, ...)

Install RDKit using pip

pip install rdkit-pypi
python -c "from rdkit import Chem"

Build wheels locally (works only for Linux)

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.1.5-cp39-cp39-macosx_10_9_x86_64.whl (15.2 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rdkit_pypi-2021.3.1.5-cp38-cp38-macosx_10_9_x86_64.whl (15.2 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rdkit_pypi-2021.3.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (15.1 MB view hashes)

Uploaded CPython 3.7m macOS 10.9+ x86-64

rdkit_pypi-2021.3.1.5-cp36-cp36m-macosx_10_9_x86_64.whl (15.1 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