Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install openbabel-wheel via python pip




openbabel-wheel - Python interface to the Open Babel chemistry library, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License (GPL)
- Operating System :: MacOS :: MacOS X
- Operating System :: Unix
- Programming Language :: C
- Programming Language :: C++
- Topic :: Scientific/Engineering :: Bio-Informatics

When you know about this project and you want to new install openbabel-wheel to support your project or you get trouble as ModuleNotFoundError: No module named "openbabel-wheel" or ImportError: cannot import name "openbabel-wheel" in your project, let follow this tutorial to install openbabel-wheel



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_openbabel-wheel_env

- Active the virtual environment

test_openbabel-wheel_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_openbabel-wheel_env

- Active the virtual environment

source test_openbabel-wheel_env/bin/active


Step 2: OK, now, let flow below content to start the installation openbabel-wheel

To install openbabel-wheel on Windows(CMD):

py -m pip install openbabel-wheel

To install openbabel-wheel on Unix/macOs:

pip install openbabel-wheel


Step 3: If you want to install a specific openbabel-wheel version, add ==<openbabel-wheel version> to the end command line

Example:

pip install openbabel-wheel==3.1.1.3                                                                          yanked


Please see the version list below table:

VersionReleased dateCommand
openbabel-wheel 3.1.1.72022-06-14T07:25:03Windows:

py -m pip install openbabel-wheel==3.1.1.7

Unix/macOs:

pip install openbabel-wheel==3.1.1.7

openbabel-wheel 3.1.1.6 yanked2022-04-21T22:01:39Windows:

py -m pip install openbabel-wheel==3.1.1.6                                                                          yanked

Unix/macOs:

pip install openbabel-wheel==3.1.1.6                                                                          yanked

openbabel-wheel 3.1.1.52021-03-29T19:04:28Windows:

py -m pip install openbabel-wheel==3.1.1.5

Unix/macOs:

pip install openbabel-wheel==3.1.1.5

openbabel-wheel 3.1.1.4 yanked2021-03-29T05:24:17Windows:

py -m pip install openbabel-wheel==3.1.1.4                                                                          yanked

Unix/macOs:

pip install openbabel-wheel==3.1.1.4                                                                          yanked

openbabel-wheel 3.1.1.3 yanked2021-03-29T03:22:41Windows:

py -m pip install openbabel-wheel==3.1.1.3                                                                          yanked

Unix/macOs:

pip install openbabel-wheel==3.1.1.3                                                                          yanked


Step 4: Otherwise, you can install openbabel-wheel from local archives:

Download the distribution file from openbabel_wheel-3.1.1.7-cp310-cp310-manylinux_2_24_x86_64.whl or the specific openbabel-wheel version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_openbabel-wheel_downloaded_file>

On Unix/macOs:

pip install <path_to_openbabel-wheel_downloaded_file>


List distribution:

- openbabel_wheel-3.1.1.3-cp36-cp36m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.3-cp37-cp37m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.3-cp38-cp38-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.3-cp39-cp39-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.4-cp36-cp36m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.4-cp37-cp37m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.4-cp38-cp38-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.4-cp39-cp39-manylinux_2_24_x86_64.whl
- openbabel-wheel-3.1.1.5.tar.gz
- openbabel_wheel-3.1.1.5-cp36-cp36m-manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.5-cp36-cp36m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.5-cp37-cp37m-manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.5-cp37-cp37m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.5-cp38-cp38-manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.5-cp38-cp38-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.5-cp39-cp39-manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.5-cp39-cp39-manylinux_2_24_x86_64.whl
- openbabel-wheel-3.1.1.6.tar.gz
- openbabel_wheel-3.1.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- openbabel_wheel-3.1.1.7-cp310-cp310-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.7-cp36-cp36m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.7-cp37-cp37m-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.7-cp38-cp38-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.7-cp39-cp39-manylinux_2_24_x86_64.whl
- openbabel_wheel-3.1.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel-wheel-3.1.1.10.tar.gz (python version >=3.7)
- openbabel_wheel-3.1.1.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel-wheel-3.1.1.11.tar.gz (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel-wheel-3.1.1.14.tar.gz (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp38-cp38-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel-wheel-3.1.1.15.tar.gz (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp38-cp38-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel-wheel-3.1.1.16.tar.gz (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp310-cp310-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp310-cp310-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp311-cp311-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp311-cp311-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp37-cp37m-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp38-cp38-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp38-cp38-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp39-cp39-macosx_10_9_x86_64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp39-cp39-macosx_11_0_arm64.whl (python version >=3.7)
- openbabel_wheel-3.1.1.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (python version >=3.7)


Project link:

- Homepage