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

How to install rafcon via python pip




rafcon - Develop your robotic tasks with hierarchical state machines using an intuitive graphical user interface, it belongs to Classifiers:

- Development Status :: 4 - Beta
- Environment :: Console
- Environment :: X11 Applications
- Environment :: X11 Applications :: GTK
- Framework :: Robot Framework
- Intended Audience :: Education
- Intended Audience :: Manufacturing
- Intended Audience :: Science/Research
- License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
- Natural Language :: English
- Operating System :: Unix
- Topic :: Scientific/Engineering
- Topic :: Utilities

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



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_rafcon_env

- Active the virtual environment

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

- Active the virtual environment

source test_rafcon_env/bin/active


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

To install rafcon on Windows(CMD):

py -m pip install rafcon

To install rafcon on Unix/macOs:

pip install rafcon


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

Example:

pip install rafcon==0.12.14


Please see the version list below table:

VersionReleased dateCommand
rafcon 1.0.02022-05-16T13:46:05Windows:

py -m pip install rafcon==1.0.0

Unix/macOs:

pip install rafcon==1.0.0

rafcon 0.15.42022-03-04T10:42:59Windows:

py -m pip install rafcon==0.15.4

Unix/macOs:

pip install rafcon==0.15.4

rafcon 0.14.62020-08-04T11:02:27Windows:

py -m pip install rafcon==0.14.6

Unix/macOs:

pip install rafcon==0.14.6

rafcon 0.14.42020-06-09T09:55:16Windows:

py -m pip install rafcon==0.14.4

Unix/macOs:

pip install rafcon==0.14.4

rafcon 0.14.22020-02-19T08:59:15Windows:

py -m pip install rafcon==0.14.2

Unix/macOs:

pip install rafcon==0.14.2

rafcon 0.14.12019-08-28T20:23:48Windows:

py -m pip install rafcon==0.14.1

Unix/macOs:

pip install rafcon==0.14.1

rafcon 0.14.02019-07-29T09:22:30Windows:

py -m pip install rafcon==0.14.0

Unix/macOs:

pip install rafcon==0.14.0

rafcon 0.13.82019-05-07T09:45:15Windows:

py -m pip install rafcon==0.13.8

Unix/macOs:

pip install rafcon==0.13.8

rafcon 0.13.72019-03-07T08:55:10Windows:

py -m pip install rafcon==0.13.7

Unix/macOs:

pip install rafcon==0.13.7

rafcon 0.13.62019-03-03T12:49:37Windows:

py -m pip install rafcon==0.13.6

Unix/macOs:

pip install rafcon==0.13.6

rafcon 0.13.12018-12-18T09:48:43Windows:

py -m pip install rafcon==0.13.1

Unix/macOs:

pip install rafcon==0.13.1

rafcon 0.12.252018-10-15T07:40:36Windows:

py -m pip install rafcon==0.12.25

Unix/macOs:

pip install rafcon==0.12.25

rafcon 0.12.242018-09-19T07:38:13Windows:

py -m pip install rafcon==0.12.24

Unix/macOs:

pip install rafcon==0.12.24

rafcon 0.12.232018-09-18T14:30:20Windows:

py -m pip install rafcon==0.12.23

Unix/macOs:

pip install rafcon==0.12.23

rafcon 0.12.222018-09-18T14:16:44Windows:

py -m pip install rafcon==0.12.22

Unix/macOs:

pip install rafcon==0.12.22

rafcon 0.12.212018-08-21T11:53:47Windows:

py -m pip install rafcon==0.12.21

Unix/macOs:

pip install rafcon==0.12.21

rafcon 0.12.202018-08-07T16:25:01Windows:

py -m pip install rafcon==0.12.20

Unix/macOs:

pip install rafcon==0.12.20

rafcon 0.12.192018-08-07T15:22:57Windows:

py -m pip install rafcon==0.12.19

Unix/macOs:

pip install rafcon==0.12.19

rafcon 0.12.172018-07-13T11:27:47Windows:

py -m pip install rafcon==0.12.17

Unix/macOs:

pip install rafcon==0.12.17

rafcon 0.12.162018-07-11T12:58:31Windows:

py -m pip install rafcon==0.12.16

Unix/macOs:

pip install rafcon==0.12.16

rafcon 0.12.152018-07-06T10:09:32Windows:

py -m pip install rafcon==0.12.15

Unix/macOs:

pip install rafcon==0.12.15

rafcon 0.12.142018-07-05T07:15:11Windows:

py -m pip install rafcon==0.12.14

Unix/macOs:

pip install rafcon==0.12.14


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_rafcon_downloaded_file>

On Unix/macOs:

pip install <path_to_rafcon_downloaded_file>


List distribution:


Project link:

- Homepage