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

How to install Soar via python pip




Soar - An extensible Python framework for simulating and interacting with robots, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Framework :: Robot Framework
- Intended Audience :: Education
- License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5

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



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_Soar_env

- Active the virtual environment

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

- Active the virtual environment

source test_Soar_env/bin/active


Step 2: OK, now, let flow below content to start the installation Soar

To install Soar on Windows(CMD):

py -m pip install Soar

To install Soar on Unix/macOs:

pip install Soar


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

Example:

pip install Soar==1.0.0.dev8                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
Soar 1.5.22019-02-08T15:55:48Windows:

py -m pip install Soar==1.5.2

Unix/macOs:

pip install Soar==1.5.2

Soar 1.5.12018-03-20T23:21:40Windows:

py -m pip install Soar==1.5.1

Unix/macOs:

pip install Soar==1.5.1

Soar 1.5.02018-03-12T15:51:02Windows:

py -m pip install Soar==1.5.0

Unix/macOs:

pip install Soar==1.5.0

Soar 1.4.12018-02-21T17:27:58Windows:

py -m pip install Soar==1.4.1

Unix/macOs:

pip install Soar==1.4.1

Soar 1.4.02018-02-06T23:18:37Windows:

py -m pip install Soar==1.4.0

Unix/macOs:

pip install Soar==1.4.0

Soar 1.3.92018-02-06T21:19:33Windows:

py -m pip install Soar==1.3.9

Unix/macOs:

pip install Soar==1.3.9

Soar 1.3.82018-01-23T23:19:44Windows:

py -m pip install Soar==1.3.8

Unix/macOs:

pip install Soar==1.3.8

Soar 1.3.72017-11-06T09:45:55Windows:

py -m pip install Soar==1.3.7

Unix/macOs:

pip install Soar==1.3.7

Soar 1.3.62017-10-31T20:57:29Windows:

py -m pip install Soar==1.3.6

Unix/macOs:

pip install Soar==1.3.6

Soar 1.3.52017-10-24T15:22:08Windows:

py -m pip install Soar==1.3.5

Unix/macOs:

pip install Soar==1.3.5

Soar 1.3.42017-10-12T08:45:29Windows:

py -m pip install Soar==1.3.4

Unix/macOs:

pip install Soar==1.3.4

Soar 1.3.32017-10-02T08:03:50Windows:

py -m pip install Soar==1.3.3

Unix/macOs:

pip install Soar==1.3.3

Soar 1.3.22017-09-26T23:02:00Windows:

py -m pip install Soar==1.3.2

Unix/macOs:

pip install Soar==1.3.2

Soar 1.3.12017-09-21T02:51:38Windows:

py -m pip install Soar==1.3.1

Unix/macOs:

pip install Soar==1.3.1

Soar 1.3.02017-09-21T02:35:25Windows:

py -m pip install Soar==1.3.0

Unix/macOs:

pip install Soar==1.3.0

Soar 1.2.22017-09-19T20:37:00Windows:

py -m pip install Soar==1.2.2

Unix/macOs:

pip install Soar==1.2.2

Soar 1.2.12017-09-19T02:33:28Windows:

py -m pip install Soar==1.2.1

Unix/macOs:

pip install Soar==1.2.1

Soar 1.2.02017-09-14T06:53:01Windows:

py -m pip install Soar==1.2.0

Unix/macOs:

pip install Soar==1.2.0

Soar 1.1.02017-09-12T03:08:04Windows:

py -m pip install Soar==1.1.0

Unix/macOs:

pip install Soar==1.1.0

Soar 1.0.52017-09-07T13:57:57Windows:

py -m pip install Soar==1.0.5

Unix/macOs:

pip install Soar==1.0.5

Soar 1.0.42017-09-07T05:21:21Windows:

py -m pip install Soar==1.0.4

Unix/macOs:

pip install Soar==1.0.4

Soar 1.0.32017-09-05T19:04:13Windows:

py -m pip install Soar==1.0.3

Unix/macOs:

pip install Soar==1.0.3

Soar 1.0.22017-08-30T16:02:04Windows:

py -m pip install Soar==1.0.2

Unix/macOs:

pip install Soar==1.0.2

Soar 1.0.12017-08-27T00:47:40Windows:

py -m pip install Soar==1.0.1

Unix/macOs:

pip install Soar==1.0.1

Soar 1.0.02017-08-27T00:39:40Windows:

py -m pip install Soar==1.0.0

Unix/macOs:

pip install Soar==1.0.0


Step 4: Otherwise, you can install Soar from local archives:

Download the distribution file from Soar-1.5.2.tar.gz or the specific Soar version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Soar_downloaded_file>

On Unix/macOs:

pip install <path_to_Soar_downloaded_file>


List distribution:


Project link:

- Homepage