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

How to install octomap-python via python pip




octomap-python - Python binding of the OctoMap library., it belongs to Classifiers:

- Programming Language :: Python :: Implementation :: PyPy

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



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

- Active the virtual environment

test_octomap-python_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_octomap-python_env

- Active the virtual environment

source test_octomap-python_env/bin/active


Step 2: OK, now, let flow below content to start the installation octomap-python

To install octomap-python on Windows(CMD):

py -m pip install octomap-python

To install octomap-python on Unix/macOs:

pip install octomap-python


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

Example:

pip install octomap-python==1.8.0.post1


Please see the version list below table:

VersionReleased dateCommand
octomap-python 1.8.0.post122019-07-02T11:42:23Windows:

py -m pip install octomap-python==1.8.0.post12

Unix/macOs:

pip install octomap-python==1.8.0.post12

octomap-python 1.8.0.post112019-07-02T09:32:02Windows:

py -m pip install octomap-python==1.8.0.post11

Unix/macOs:

pip install octomap-python==1.8.0.post11

octomap-python 1.8.0.post102019-06-23T18:22:32Windows:

py -m pip install octomap-python==1.8.0.post10

Unix/macOs:

pip install octomap-python==1.8.0.post10

octomap-python 1.8.0.post92019-06-21T13:43:32Windows:

py -m pip install octomap-python==1.8.0.post9

Unix/macOs:

pip install octomap-python==1.8.0.post9

octomap-python 1.8.0.post82019-06-21T12:35:58Windows:

py -m pip install octomap-python==1.8.0.post8

Unix/macOs:

pip install octomap-python==1.8.0.post8

octomap-python 1.8.0.post72019-06-21T12:19:26Windows:

py -m pip install octomap-python==1.8.0.post7

Unix/macOs:

pip install octomap-python==1.8.0.post7

octomap-python 1.8.0.post62019-06-21T12:11:24Windows:

py -m pip install octomap-python==1.8.0.post6

Unix/macOs:

pip install octomap-python==1.8.0.post6

octomap-python 1.8.0.post52019-06-11T04:56:17Windows:

py -m pip install octomap-python==1.8.0.post5

Unix/macOs:

pip install octomap-python==1.8.0.post5

octomap-python 1.8.0.post42019-05-08T11:56:12Windows:

py -m pip install octomap-python==1.8.0.post4

Unix/macOs:

pip install octomap-python==1.8.0.post4

octomap-python 1.8.0.post32019-05-08T11:50:18Windows:

py -m pip install octomap-python==1.8.0.post3

Unix/macOs:

pip install octomap-python==1.8.0.post3

octomap-python 1.8.0.post22019-04-16T04:20:21Windows:

py -m pip install octomap-python==1.8.0.post2

Unix/macOs:

pip install octomap-python==1.8.0.post2

octomap-python 1.8.0.post12019-04-15T17:06:55Windows:

py -m pip install octomap-python==1.8.0.post1

Unix/macOs:

pip install octomap-python==1.8.0.post1


Step 4: Otherwise, you can install octomap-python from local archives:

Download the distribution file from octomap-python-1.8.0.post12.tar.gz or the specific octomap-python version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_octomap-python_downloaded_file>

On Unix/macOs:

pip install <path_to_octomap-python_downloaded_file>


List distribution:

- octomap-python-1.8.0.post1.tar.gz
- octomap_python-1.8.0.post1-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post1-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post1-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post1-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post1-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post1-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post1-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post2.tar.gz
- octomap_python-1.8.0.post2-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post2-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post2-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post2-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post2-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post2-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post2-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post3.tar.gz
- octomap_python-1.8.0.post3-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post3-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post3-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post3-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post3-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post3-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post3-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post3-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post4.tar.gz
- octomap_python-1.8.0.post4-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post4-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post4-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post4-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post4-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post4-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post4-cp37-cp37m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post5-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post5-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post6.tar.gz
- octomap_python-1.8.0.post6-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post6-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post6-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post6-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post6-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post6-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post6-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post7.tar.gz
- octomap_python-1.8.0.post7-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post7-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post7-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post7-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post7-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post7-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post7-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post7-cp35-cp35m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post8.tar.gz
- octomap-python-1.8.0.post9.tar.gz
- octomap_python-1.8.0.post9-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post9-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post9-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post9-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post9-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post9-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post9-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post10.tar.gz
- octomap_python-1.8.0.post10-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post10-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post10-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post10-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post10-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post10-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post10-cp37-cp37m-manylinux1_x86_64.whl
- octomap-python-1.8.0.post11.tar.gz
- octomap-python-1.8.0.post12.tar.gz
- octomap_python-1.8.0.post12-cp27-cp27m-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp27-cp27m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post12-cp27-cp27mu-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp27-cp27mu-manylinux1_x86_64.whl
- octomap_python-1.8.0.post12-cp34-cp34m-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp34-cp34m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post12-cp35-cp35m-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp35-cp35m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post12-cp36-cp36m-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp36-cp36m-manylinux1_x86_64.whl
- octomap_python-1.8.0.post12-cp37-cp37m-manylinux1_i686.whl
- octomap_python-1.8.0.post12-cp37-cp37m-manylinux1_x86_64.whl


Project link:

- Homepage