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

How to install ClusterShell via python pip




ClusterShell - ClusterShell library and tools, it belongs to Classifiers:

- Intended Audience :: System Administrators
- License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: Linux
- Topic :: System :: Clustering
- Topic :: System :: Distributed Computing

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



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_ClusterShell_env

- Active the virtual environment

test_ClusterShell_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_ClusterShell_env

- Active the virtual environment

source test_ClusterShell_env/bin/active


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

To install ClusterShell on Windows(CMD):

py -m pip install ClusterShell

To install ClusterShell on Unix/macOs:

pip install ClusterShell


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

Example:

pip install ClusterShell==1.2


Please see the version list below table:

VersionReleased dateCommand
ClusterShell 1.8.42021-11-06T22:23:54Windows:

py -m pip install ClusterShell==1.8.4

Unix/macOs:

pip install ClusterShell==1.8.4

ClusterShell 1.8.32019-12-17T19:16:00Windows:

py -m pip install ClusterShell==1.8.3

Unix/macOs:

pip install ClusterShell==1.8.3

ClusterShell 1.8.12018-11-03T06:30:22Windows:

py -m pip install ClusterShell==1.8.1

Unix/macOs:

pip install ClusterShell==1.8.1

ClusterShell 1.82017-10-25T17:29:40Windows:

py -m pip install ClusterShell==1.8

Unix/macOs:

pip install ClusterShell==1.8

ClusterShell 1.7.912017-10-18T16:58:12Windows:

py -m pip install ClusterShell==1.7.91

Unix/macOs:

pip install ClusterShell==1.7.91

ClusterShell 1.7.822017-10-02T23:50:37Windows:

py -m pip install ClusterShell==1.7.82

Unix/macOs:

pip install ClusterShell==1.7.82

ClusterShell 1.7.812017-09-02T18:25:20Windows:

py -m pip install ClusterShell==1.7.81

Unix/macOs:

pip install ClusterShell==1.7.81

ClusterShell 1.7.32016-12-21T21:48:39Windows:

py -m pip install ClusterShell==1.7.3

Unix/macOs:

pip install ClusterShell==1.7.3

ClusterShell 1.7.22016-06-23T06:13:46Windows:

py -m pip install ClusterShell==1.7.2

Unix/macOs:

pip install ClusterShell==1.7.2

ClusterShell 1.7.12016-03-01T05:16:39Windows:

py -m pip install ClusterShell==1.7.1

Unix/macOs:

pip install ClusterShell==1.7.1

ClusterShell 1.72015-11-11T06:28:45Windows:

py -m pip install ClusterShell==1.7

Unix/macOs:

pip install ClusterShell==1.7

ClusterShell 1.62012-04-12T15:22:58Windows:

py -m pip install ClusterShell==1.6

Unix/macOs:

pip install ClusterShell==1.6

ClusterShell 1.5.12011-06-10T16:49:14Windows:

py -m pip install ClusterShell==1.5.1

Unix/macOs:

pip install ClusterShell==1.5.1

ClusterShell 1.4.32011-03-19T21:25:49Windows:

py -m pip install ClusterShell==1.4.3

Unix/macOs:

pip install ClusterShell==1.4.3

ClusterShell 1.4.22011-03-15T22:19:08Windows:

py -m pip install ClusterShell==1.4.2

Unix/macOs:

pip install ClusterShell==1.4.2

ClusterShell 1.4.12011-02-13T16:32:08Windows:

py -m pip install ClusterShell==1.4.1

Unix/macOs:

pip install ClusterShell==1.4.1

ClusterShell 1.42011-01-16T00:22:48Windows:

py -m pip install ClusterShell==1.4

Unix/macOs:

pip install ClusterShell==1.4

ClusterShell 1.3.32010-10-20T23:08:46Windows:

py -m pip install ClusterShell==1.3.3

Unix/macOs:

pip install ClusterShell==1.3.3

ClusterShell 1.3.22010-09-11T09:05:15Windows:

py -m pip install ClusterShell==1.3.2

Unix/macOs:

pip install ClusterShell==1.3.2

ClusterShell 1.3.12010-09-04T19:21:04Windows:

py -m pip install ClusterShell==1.3.1

Unix/macOs:

pip install ClusterShell==1.3.1

ClusterShell 1.32010-07-27T22:51:31Windows:

py -m pip install ClusterShell==1.3

Unix/macOs:

pip install ClusterShell==1.3

ClusterShell 1.2.862010-06-17T21:45:21Windows:

py -m pip install ClusterShell==1.2.86

Unix/macOs:

pip install ClusterShell==1.2.86

ClusterShell 1.2.842010-06-08T16:13:09Windows:

py -m pip install ClusterShell==1.2.84

Unix/macOs:

pip install ClusterShell==1.2.84

ClusterShell 1.22010-03-10T10:20:24Windows:

py -m pip install ClusterShell==1.2

Unix/macOs:

pip install ClusterShell==1.2


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_ClusterShell_downloaded_file>

On Unix/macOs:

pip install <path_to_ClusterShell_downloaded_file>


List distribution:

- clustershell-1.2-1.el5.noarch.rpm
- clustershell-1.2-1.fc11.noarch.rpm
- clustershell-1.2-1.fc12.noarch.rpm
- clustershell-1.2.tgz
- clustershell-1.2.84-1.el5.noarch.rpm
- clustershell-1.2.84-1.fc12.noarch.rpm
- clustershell-1.2.84.tgz
- clustershell-1.2.86-1.el5.noarch.rpm
- clustershell-1.2.86-1.fc12.noarch.rpm
- clustershell-1.2.86-1.fc12.src.rpm
- clustershell-1.2.86.tgz
- clustershell-1.3-4.el5.noarch.rpm
- clustershell-1.3-4.el5.src.rpm
- clustershell-1.3-4.fc11.noarch.rpm
- clustershell-1.3-4.fc11.src.rpm
- clustershell-1.3-4.fc12.noarch.rpm
- clustershell-1.3-4.fc12.src.rpm
- clustershell-1.3-4.fc13.noarch.rpm
- clustershell-1.3-4.fc13.src.rpm
- clustershell-1.3.tar.gz
- clustershell-1.3.1-1.el5.noarch.rpm
- clustershell-1.3.1-1.el5.src.rpm
- clustershell-1.3.1-1.fc11.noarch.rpm
- clustershell-1.3.1-1.fc11.src.rpm
- clustershell-1.3.1-1.fc12.noarch.rpm
- clustershell-1.3.1-1.fc12.src.rpm
- clustershell-1.3.1-1.fc13.noarch.rpm
- clustershell-1.3.1-1.fc13.src.rpm
- clustershell-1.3.1.tar.gz
- clustershell-1.3.2-1.el5.noarch.rpm
- clustershell-1.3.2-1.el5.src.rpm
- clustershell-1.3.2-1.fc13.noarch.rpm
- clustershell-1.3.2-1.fc13.src.rpm
- clustershell-1.3.2.tar.gz
- clustershell-1.3.3.tar.gz
- clustershell-1.4.tar.gz
- clustershell-1.4.1.tar.gz
- clustershell-1.4.2.tar.gz
- clustershell-1.4.3.tar.gz
- clustershell-1.5.1.tar.gz
- clustershell-1.6.tar.gz
- clustershell-1.7-1.tar.gz
- clustershell-1.7.1.tar.gz
- clustershell-1.7.2.tar.gz
- clustershell-1.7.3.tar.gz
- ClusterShell-1.7.81.tar.gz
- ClusterShell-1.7.82.tar.gz
- ClusterShell-1.7.91.tar.gz
- ClusterShell-1.8.tar.gz
- ClusterShell-1.8.1.tar.gz
- ClusterShell-1.8.3-py3-none-any.whl
- ClusterShell-1.8.3.tar.gz
- ClusterShell-1.8.4.tar.gz
- ClusterShell-1.9.tar.gz


Project link:

- Homepage
- Download