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

How to install Unidecode via python pip




Unidecode - ASCII transliterations of Unicode text, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Text Processing
- Topic :: Text Processing :: Filters

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



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_Unidecode_env

- Active the virtual environment

test_Unidecode_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_Unidecode_env

- Active the virtual environment

source test_Unidecode_env/bin/active


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

To install Unidecode on Windows(CMD):

py -m pip install Unidecode

To install Unidecode on Unix/macOs:

pip install Unidecode


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

Example:

pip install Unidecode==0.04.1


Please see the version list below table:

VersionReleased dateCommand
Unidecode 1.3.42022-03-10T09:17:47Windows:

py -m pip install Unidecode==1.3.4

Unix/macOs:

pip install Unidecode==1.3.4

Unidecode 1.3.32022-02-19T10:07:03Windows:

py -m pip install Unidecode==1.3.3

Unix/macOs:

pip install Unidecode==1.3.3

Unidecode 1.3.22021-09-16T05:55:32Windows:

py -m pip install Unidecode==1.3.2

Unix/macOs:

pip install Unidecode==1.3.2

Unidecode 1.3.1 yanked2021-09-09T20:23:29Windows:

py -m pip install Unidecode==1.3.1                                                                          yanked

Unix/macOs:

pip install Unidecode==1.3.1                                                                          yanked

Unidecode 1.3.0 yanked2021-09-06T15:21:39Windows:

py -m pip install Unidecode==1.3.0                                                                          yanked

Unix/macOs:

pip install Unidecode==1.3.0                                                                          yanked

Unidecode 1.2.02021-02-05T11:51:36Windows:

py -m pip install Unidecode==1.2.0

Unix/macOs:

pip install Unidecode==1.2.0

Unidecode 1.1.22020-12-20T09:34:01Windows:

py -m pip install Unidecode==1.1.2

Unix/macOs:

pip install Unidecode==1.1.2

Unidecode 1.1.12019-06-21T09:09:02Windows:

py -m pip install Unidecode==1.1.1

Unix/macOs:

pip install Unidecode==1.1.1

Unidecode 1.1.02019-06-14T14:35:43Windows:

py -m pip install Unidecode==1.1.0

Unix/macOs:

pip install Unidecode==1.1.0

Unidecode 1.0.232018-11-19T07:38:21Windows:

py -m pip install Unidecode==1.0.23

Unix/macOs:

pip install Unidecode==1.0.23

Unidecode 1.0.222018-01-05T16:16:22Windows:

py -m pip install Unidecode==1.0.22

Unix/macOs:

pip install Unidecode==1.0.22

Unidecode 0.04.212017-06-28T11:56:49Windows:

py -m pip install Unidecode==0.04.21

Unix/macOs:

pip install Unidecode==0.04.21

Unidecode 0.04.202017-01-09T16:47:50Windows:

py -m pip install Unidecode==0.04.20

Unix/macOs:

pip install Unidecode==0.04.20

Unidecode 0.04.192016-01-21T17:14:56Windows:

py -m pip install Unidecode==0.04.19

Unix/macOs:

pip install Unidecode==0.04.19

Unidecode 0.04.182015-06-13T12:17:27Windows:

py -m pip install Unidecode==0.04.18

Unix/macOs:

pip install Unidecode==0.04.18

Unidecode 0.04.172014-12-18T14:32:10Windows:

py -m pip install Unidecode==0.04.17

Unix/macOs:

pip install Unidecode==0.04.17

Unidecode 0.04.162014-05-11T18:36:25Windows:

py -m pip install Unidecode==0.04.16

Unix/macOs:

pip install Unidecode==0.04.16

Unidecode 0.04.142013-09-20T18:03:18Windows:

py -m pip install Unidecode==0.04.14

Unix/macOs:

pip install Unidecode==0.04.14

Unidecode 0.04.132013-05-30T16:35:07Windows:

py -m pip install Unidecode==0.04.13

Unix/macOs:

pip install Unidecode==0.04.13

Unidecode 0.04.122013-01-28T08:11:49Windows:

py -m pip install Unidecode==0.04.12

Unix/macOs:

pip install Unidecode==0.04.12

Unidecode 0.04.112013-01-17T08:40:40Windows:

py -m pip install Unidecode==0.04.11

Unix/macOs:

pip install Unidecode==0.04.11

Unidecode 0.04.102012-12-01T15:56:09Windows:

py -m pip install Unidecode==0.04.10

Unix/macOs:

pip install Unidecode==0.04.10

Unidecode 0.04.92011-09-23T06:51:29Windows:

py -m pip install Unidecode==0.04.9

Unix/macOs:

pip install Unidecode==0.04.9

Unidecode 0.04.82011-09-22T16:08:47Windows:

py -m pip install Unidecode==0.04.8

Unix/macOs:

pip install Unidecode==0.04.8

Unidecode 0.04.72011-04-04T07:31:47Windows:

py -m pip install Unidecode==0.04.7

Unix/macOs:

pip install Unidecode==0.04.7

Unidecode 0.04.62011-02-16T11:51:28Windows:

py -m pip install Unidecode==0.04.6

Unix/macOs:

pip install Unidecode==0.04.6

Unidecode 0.04.12009-06-16T22:35:14Windows:

py -m pip install Unidecode==0.04.1

Unix/macOs:

pip install Unidecode==0.04.1


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Unidecode_downloaded_file>

On Unix/macOs:

pip install <path_to_Unidecode_downloaded_file>


List distribution:


Project link: