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

How to install QtAwesome via python pip




QtAwesome - FontAwesome icons in PyQt and PySide applications, it belongs to Classifiers:

- Topic :: Software Development :: User Interfaces

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



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_QtAwesome_env

- Active the virtual environment

test_QtAwesome_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_QtAwesome_env

- Active the virtual environment

source test_QtAwesome_env/bin/active


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

To install QtAwesome on Windows(CMD):

py -m pip install QtAwesome

To install QtAwesome on Unix/macOs:

pip install QtAwesome


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

Example:

pip install QtAwesome==0.1.0


Please see the version list below table:

VersionReleased dateCommand
QtAwesome 1.1.12021-11-29T15:30:44Windows:

py -m pip install QtAwesome==1.1.1

Unix/macOs:

pip install QtAwesome==1.1.1

QtAwesome 1.1.02021-11-02T16:59:26Windows:

py -m pip install QtAwesome==1.1.0

Unix/macOs:

pip install QtAwesome==1.1.0

QtAwesome 1.0.32021-06-22T17:37:47Windows:

py -m pip install QtAwesome==1.0.3

Unix/macOs:

pip install QtAwesome==1.0.3

QtAwesome 1.0.22020-12-08T17:13:43Windows:

py -m pip install QtAwesome==1.0.2

Unix/macOs:

pip install QtAwesome==1.0.2

QtAwesome 1.0.1 yanked2020-09-29T20:54:55Windows:

py -m pip install QtAwesome==1.0.1                                                                          yanked

Unix/macOs:

pip install QtAwesome==1.0.1                                                                          yanked

QtAwesome 1.0.0 yanked2020-09-25T19:42:01Windows:

py -m pip install QtAwesome==1.0.0                                                                          yanked

Unix/macOs:

pip install QtAwesome==1.0.0                                                                          yanked

QtAwesome 0.7.32020-09-21T20:30:57Windows:

py -m pip install QtAwesome==0.7.3

Unix/macOs:

pip install QtAwesome==0.7.3

QtAwesome 0.7.22020-05-05T19:31:29Windows:

py -m pip install QtAwesome==0.7.2

Unix/macOs:

pip install QtAwesome==0.7.2

QtAwesome 0.7.12020-04-15T18:12:14Windows:

py -m pip install QtAwesome==0.7.1

Unix/macOs:

pip install QtAwesome==0.7.1

QtAwesome 0.7.02020-02-12T17:30:31Windows:

py -m pip install QtAwesome==0.7.0

Unix/macOs:

pip install QtAwesome==0.7.0

QtAwesome 0.6.12020-01-08T16:54:54Windows:

py -m pip install QtAwesome==0.6.1

Unix/macOs:

pip install QtAwesome==0.6.1

QtAwesome 0.6.02019-07-25T14:14:38Windows:

py -m pip install QtAwesome==0.6.0

Unix/macOs:

pip install QtAwesome==0.6.0

QtAwesome 0.5.82019-07-23T09:49:42Windows:

py -m pip install QtAwesome==0.5.8

Unix/macOs:

pip install QtAwesome==0.5.8

QtAwesome 0.5.72019-03-07T09:35:10Windows:

py -m pip install QtAwesome==0.5.7

Unix/macOs:

pip install QtAwesome==0.5.7

QtAwesome 0.5.62019-01-26T00:07:53Windows:

py -m pip install QtAwesome==0.5.6

Unix/macOs:

pip install QtAwesome==0.5.6

QtAwesome 0.5.52019-01-03T21:49:25Windows:

py -m pip install QtAwesome==0.5.5

Unix/macOs:

pip install QtAwesome==0.5.5

QtAwesome 0.5.42019-01-03T16:29:07Windows:

py -m pip install QtAwesome==0.5.4

Unix/macOs:

pip install QtAwesome==0.5.4

QtAwesome 0.5.32018-11-12T18:50:59Windows:

py -m pip install QtAwesome==0.5.3

Unix/macOs:

pip install QtAwesome==0.5.3

QtAwesome 0.5.22018-10-28T00:59:19Windows:

py -m pip install QtAwesome==0.5.2

Unix/macOs:

pip install QtAwesome==0.5.2

QtAwesome 0.5.12018-09-30T21:12:19Windows:

py -m pip install QtAwesome==0.5.1

Unix/macOs:

pip install QtAwesome==0.5.1

QtAwesome 0.5.02018-09-18T17:00:53Windows:

py -m pip install QtAwesome==0.5.0

Unix/macOs:

pip install QtAwesome==0.5.0

QtAwesome 0.4.42017-01-28T22:06:05Windows:

py -m pip install QtAwesome==0.4.4

Unix/macOs:

pip install QtAwesome==0.4.4

QtAwesome 0.4.32017-01-22T13:16:03Windows:

py -m pip install QtAwesome==0.4.3

Unix/macOs:

pip install QtAwesome==0.4.3

QtAwesome 0.4.22017-01-22T01:01:38Windows:

py -m pip install QtAwesome==0.4.2

Unix/macOs:

pip install QtAwesome==0.4.2

QtAwesome 0.4.12017-01-02T04:18:14Windows:

py -m pip install QtAwesome==0.4.1

Unix/macOs:

pip install QtAwesome==0.4.1

QtAwesome 0.4.02017-01-02T03:21:48Windows:

py -m pip install QtAwesome==0.4.0

Unix/macOs:

pip install QtAwesome==0.4.0

QtAwesome 0.3.32016-03-29T19:29:52Windows:

py -m pip install QtAwesome==0.3.3

Unix/macOs:

pip install QtAwesome==0.3.3

QtAwesome 0.3.22016-03-22T22:08:00Windows:

py -m pip install QtAwesome==0.3.2

Unix/macOs:

pip install QtAwesome==0.3.2

QtAwesome 0.3.12016-03-09T15:13:46Windows:

py -m pip install QtAwesome==0.3.1

Unix/macOs:

pip install QtAwesome==0.3.1

QtAwesome 0.3.02016-02-28T20:08:30Windows:

py -m pip install QtAwesome==0.3.0

Unix/macOs:

pip install QtAwesome==0.3.0

QtAwesome 0.2.02015-11-30T18:10:48Windows:

py -m pip install QtAwesome==0.2.0

Unix/macOs:

pip install QtAwesome==0.2.0

QtAwesome 0.1.112015-10-05T21:22:35Windows:

py -m pip install QtAwesome==0.1.11

Unix/macOs:

pip install QtAwesome==0.1.11

QtAwesome 0.1.102015-05-06T13:39:38Windows:

py -m pip install QtAwesome==0.1.10

Unix/macOs:

pip install QtAwesome==0.1.10

QtAwesome 0.1.92015-05-06T13:33:33Windows:

py -m pip install QtAwesome==0.1.9

Unix/macOs:

pip install QtAwesome==0.1.9

QtAwesome 0.1.82015-04-19T03:09:18Windows:

py -m pip install QtAwesome==0.1.8

Unix/macOs:

pip install QtAwesome==0.1.8

QtAwesome 0.1.72015-04-07T23:55:25Windows:

py -m pip install QtAwesome==0.1.7

Unix/macOs:

pip install QtAwesome==0.1.7

QtAwesome 0.1.62015-04-05T05:48:45Windows:

py -m pip install QtAwesome==0.1.6

Unix/macOs:

pip install QtAwesome==0.1.6

QtAwesome 0.1.52015-03-22T00:57:08Windows:

py -m pip install QtAwesome==0.1.5

Unix/macOs:

pip install QtAwesome==0.1.5

QtAwesome 0.1.42015-03-16T23:34:12Windows:

py -m pip install QtAwesome==0.1.4

Unix/macOs:

pip install QtAwesome==0.1.4

QtAwesome 0.1.02015-03-16T03:59:06Windows:

py -m pip install QtAwesome==0.1.0

Unix/macOs:

pip install QtAwesome==0.1.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_QtAwesome_downloaded_file>

On Unix/macOs:

pip install <path_to_QtAwesome_downloaded_file>


List distribution:


Project link:

- Homepage