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

How to install juju via python pip




juju - Python library for Juju, it belongs to Classifiers:

- Development Status :: 3 - Alpha
- Intended Audience :: Developers
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10

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



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_juju_env

- Active the virtual environment

test_juju_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_juju_env

- Active the virtual environment

source test_juju_env/bin/active


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

To install juju on Windows(CMD):

py -m pip install juju

To install juju on Unix/macOs:

pip install juju


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

Example:

pip install juju==0.1.0


Please see the version list below table:

VersionReleased dateCommand
juju 3.0.12022-08-11T10:55:45Windows:

py -m pip install juju==3.0.1

Unix/macOs:

pip install juju==3.0.1

juju 3.0.02022-08-09T21:04:10Windows:

py -m pip install juju==3.0.0

Unix/macOs:

pip install juju==3.0.0

juju 2.9.112022-07-12T09:21:06Windows:

py -m pip install juju==2.9.11

Unix/macOs:

pip install juju==2.9.11

juju 2.9.102022-06-10T14:46:40Windows:

py -m pip install juju==2.9.10

Unix/macOs:

pip install juju==2.9.10

juju 2.9.92022-04-27T15:58:14Windows:

py -m pip install juju==2.9.9

Unix/macOs:

pip install juju==2.9.9

juju 2.9.82022-03-21T17:50:07Windows:

py -m pip install juju==2.9.8

Unix/macOs:

pip install juju==2.9.8

juju 2.9.72022-02-11T17:14:08Windows:

py -m pip install juju==2.9.7

Unix/macOs:

pip install juju==2.9.7

juju 2.9.62022-01-31T17:33:24Windows:

py -m pip install juju==2.9.6

Unix/macOs:

pip install juju==2.9.6

juju 2.9.52021-12-06T18:23:35Windows:

py -m pip install juju==2.9.5

Unix/macOs:

pip install juju==2.9.5

juju 2.9.42021-10-12T16:34:51Windows:

py -m pip install juju==2.9.4

Unix/macOs:

pip install juju==2.9.4

juju 2.9.32021-08-16T14:04:58Windows:

py -m pip install juju==2.9.3

Unix/macOs:

pip install juju==2.9.3

juju 2.9.22021-06-28T15:12:56Windows:

py -m pip install juju==2.9.2

Unix/macOs:

pip install juju==2.9.2

juju 2.9.12021-06-16T09:04:57Windows:

py -m pip install juju==2.9.1

Unix/macOs:

pip install juju==2.9.1

juju 2.9.02021-05-28T08:15:59Windows:

py -m pip install juju==2.9.0

Unix/macOs:

pip install juju==2.9.0

juju 2.8.62021-03-23T15:54:02Windows:

py -m pip install juju==2.8.6

Unix/macOs:

pip install juju==2.8.6

juju 2.8.52021-02-08T16:15:09Windows:

py -m pip install juju==2.8.5

Unix/macOs:

pip install juju==2.8.5

juju 2.8.42020-10-01T16:35:20Windows:

py -m pip install juju==2.8.4

Unix/macOs:

pip install juju==2.8.4

juju 2.8.32020-08-28T16:29:47Windows:

py -m pip install juju==2.8.3

Unix/macOs:

pip install juju==2.8.3

juju 2.8.22020-07-14T16:30:45Windows:

py -m pip install juju==2.8.2

Unix/macOs:

pip install juju==2.8.2

juju 2.8.12020-05-18T11:25:48Windows:

py -m pip install juju==2.8.1

Unix/macOs:

pip install juju==2.8.1

juju 2.8.02020-05-13T04:44:25Windows:

py -m pip install juju==2.8.0

Unix/macOs:

pip install juju==2.8.0

juju 2.7.12020-01-09T10:36:54Windows:

py -m pip install juju==2.7.1

Unix/macOs:

pip install juju==2.7.1

juju 2.7.02020-01-07T14:44:16Windows:

py -m pip install juju==2.7.0

Unix/macOs:

pip install juju==2.7.0

juju 2.6.32019-09-18T12:04:42Windows:

py -m pip install juju==2.6.3

Unix/macOs:

pip install juju==2.6.3

juju 2.6.22019-08-27T16:10:20Windows:

py -m pip install juju==2.6.2

Unix/macOs:

pip install juju==2.6.2

juju 2.6.12019-08-21T16:50:41Windows:

py -m pip install juju==2.6.1

Unix/macOs:

pip install juju==2.6.1

juju 2.6.02019-08-14T16:55:38Windows:

py -m pip install juju==2.6.0

Unix/macOs:

pip install juju==2.6.0

juju 0.11.72019-06-20T11:21:56Windows:

py -m pip install juju==0.11.7

Unix/macOs:

pip install juju==0.11.7

juju 0.11.62019-05-22T17:41:50Windows:

py -m pip install juju==0.11.6

Unix/macOs:

pip install juju==0.11.6

juju 0.11.52019-04-01T22:20:31Windows:

py -m pip install juju==0.11.5

Unix/macOs:

pip install juju==0.11.5

juju 0.11.42019-04-01T18:10:53Windows:

py -m pip install juju==0.11.4

Unix/macOs:

pip install juju==0.11.4

juju 0.11.32019-03-13T21:56:03Windows:

py -m pip install juju==0.11.3

Unix/macOs:

pip install juju==0.11.3

juju 0.11.22019-01-16T14:58:48Windows:

py -m pip install juju==0.11.2

Unix/macOs:

pip install juju==0.11.2

juju 0.11.12018-12-13T22:51:32Windows:

py -m pip install juju==0.11.1

Unix/macOs:

pip install juju==0.11.1

juju 0.11.02018-12-11T18:59:27Windows:

py -m pip install juju==0.11.0

Unix/macOs:

pip install juju==0.11.0

juju 0.10.22018-09-18T13:10:28Windows:

py -m pip install juju==0.10.2

Unix/macOs:

pip install juju==0.10.2

juju 0.10.12018-09-17T17:45:13Windows:

py -m pip install juju==0.10.1

Unix/macOs:

pip install juju==0.10.1

juju 0.10.02018-08-16T13:59:09Windows:

py -m pip install juju==0.10.0

Unix/macOs:

pip install juju==0.10.0

juju 0.9.12018-07-16T21:33:14Windows:

py -m pip install juju==0.9.1

Unix/macOs:

pip install juju==0.9.1

juju 0.9.02018-06-29T18:22:08Windows:

py -m pip install juju==0.9.0

Unix/macOs:

pip install juju==0.9.0

juju 0.8.02018-06-14T17:49:56Windows:

py -m pip install juju==0.8.0

Unix/macOs:

pip install juju==0.8.0

juju 0.7.52018-05-18T16:07:33Windows:

py -m pip install juju==0.7.5

Unix/macOs:

pip install juju==0.7.5

juju 0.7.42018-04-24T13:32:53Windows:

py -m pip install juju==0.7.4

Unix/macOs:

pip install juju==0.7.4

juju 0.7.32018-02-20T19:06:57Windows:

py -m pip install juju==0.7.3

Unix/macOs:

pip install juju==0.7.3

juju 0.7.22018-02-09T19:37:48Windows:

py -m pip install juju==0.7.2

Unix/macOs:

pip install juju==0.7.2

juju 0.7.12017-12-18T20:51:30Windows:

py -m pip install juju==0.7.1

Unix/macOs:

pip install juju==0.7.1

juju 0.7.02017-12-15T21:11:08Windows:

py -m pip install juju==0.7.0

Unix/macOs:

pip install juju==0.7.0

juju 0.6.12017-09-29T16:53:45Windows:

py -m pip install juju==0.6.1

Unix/macOs:

pip install juju==0.6.1

juju 0.6.02017-06-29T18:53:33Windows:

py -m pip install juju==0.6.0

Unix/macOs:

pip install juju==0.6.0

juju 0.5.32017-06-22T20:21:28Windows:

py -m pip install juju==0.5.3

Unix/macOs:

pip install juju==0.5.3

juju 0.5.22017-06-14T18:03:04Windows:

py -m pip install juju==0.5.2

Unix/macOs:

pip install juju==0.5.2

juju 0.5.12017-06-13T19:24:08Windows:

py -m pip install juju==0.5.1

Unix/macOs:

pip install juju==0.5.1

juju 0.5.02017-06-08T15:18:57Windows:

py -m pip install juju==0.5.0

Unix/macOs:

pip install juju==0.5.0

juju 0.4.32017-06-01T18:33:02Windows:

py -m pip install juju==0.4.3

Unix/macOs:

pip install juju==0.4.3

juju 0.4.22017-05-10T22:15:31Windows:

py -m pip install juju==0.4.2

Unix/macOs:

pip install juju==0.4.2

juju 0.4.12017-04-28T00:22:31Windows:

py -m pip install juju==0.4.1

Unix/macOs:

pip install juju==0.4.1

juju 0.4.02017-04-19T21:25:03Windows:

py -m pip install juju==0.4.0

Unix/macOs:

pip install juju==0.4.0

juju 0.3.02017-02-27T15:02:11Windows:

py -m pip install juju==0.3.0

Unix/macOs:

pip install juju==0.3.0

juju 0.2.02017-02-16T15:52:23Windows:

py -m pip install juju==0.2.0

Unix/macOs:

pip install juju==0.2.0

juju 0.1.22016-12-22T14:23:50Windows:

py -m pip install juju==0.1.2

Unix/macOs:

pip install juju==0.1.2

juju 0.1.12016-12-22T14:18:30Windows:

py -m pip install juju==0.1.1

Unix/macOs:

pip install juju==0.1.1

juju 0.1.02016-12-21T16:07:15Windows:

py -m pip install juju==0.1.0

Unix/macOs:

pip install juju==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_juju_downloaded_file>

On Unix/macOs:

pip install <path_to_juju_downloaded_file>


List distribution:

- juju-0.1.0.tar.gz
- juju-0.1.1.tar.gz
- juju-0.1.2.tar.gz
- juju-0.2.0.tar.gz
- juju-0.3.0.tar.gz
- juju-0.4.0.tar.gz
- juju-0.4.1.tar.gz
- juju-0.4.2.tar.gz
- juju-0.4.3.tar.gz
- juju-0.5.0.tar.gz
- juju-0.5.1.tar.gz
- juju-0.5.2.tar.gz
- juju-0.5.3.tar.gz
- juju-0.6.0.tar.gz
- juju-0.6.1.tar.gz
- juju-0.7.0.tar.gz
- juju-0.7.1.tar.gz
- juju-0.7.2.tar.gz
- juju-0.7.3.tar.gz
- juju-0.7.4.tar.gz
- juju-0.7.5.tar.gz
- juju-0.8.0.tar.gz
- juju-0.9.0.tar.gz
- juju-0.9.1.tar.gz
- juju-0.10.0.tar.gz
- juju-0.10.1.tar.gz
- juju-0.10.2.tar.gz
- juju-0.11.0.tar.gz
- juju-0.11.1.tar.gz
- juju-0.11.2.tar.gz
- juju-0.11.3.tar.gz
- juju-0.11.4.tar.gz
- juju-0.11.5.tar.gz
- juju-0.11.6.tar.gz
- juju-0.11.7.tar.gz
- juju-2.6.0.tar.gz
- juju-2.6.1.tar.gz
- juju-2.6.2.tar.gz
- juju-2.6.3.tar.gz
- juju-2.7.0.tar.gz
- juju-2.7.1-py3-none-any.whl
- juju-2.7.1.tar.gz
- juju-2.8.0.tar.gz
- juju-2.8.1.tar.gz
- juju-2.8.2.tar.gz
- juju-2.8.3.tar.gz
- juju-2.8.4.tar.gz
- juju-2.8.5.tar.gz
- juju-2.8.6.tar.gz
- juju-2.9.0.tar.gz
- juju-2.9.1.tar.gz
- juju-2.9.2.tar.gz
- juju-2.9.3.tar.gz
- juju-2.9.4.tar.gz
- juju-2.9.5.tar.gz
- juju-2.9.6.tar.gz
- juju-2.9.7.tar.gz
- juju-2.9.8.tar.gz
- juju-2.9.9.tar.gz
- juju-2.9.10.tar.gz
- juju-2.9.11.tar.gz
- juju-3.0.0.tar.gz
- juju-3.0.1.tar.gz
- juju-3.0.2.tar.gz
- juju-3.0.3.tar.gz
- juju-3.0.4.tar.gz


Project link:

- Homepage