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

How to install Cantonese via python pip




Cantonese - The Cantonese programming language, it belongs to Classifiers:

- License :: OSI Approved :: MIT License
- Natural Language :: English
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: POSIX
- Operating System :: POSIX :: BSD
- Operating System :: POSIX :: Linux
- Programming Language :: Python :: 3 :: Only
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8

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



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_Cantonese_env

- Active the virtual environment

test_Cantonese_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_Cantonese_env

- Active the virtual environment

source test_Cantonese_env/bin/active


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

To install Cantonese on Windows(CMD):

py -m pip install Cantonese

To install Cantonese on Unix/macOs:

pip install Cantonese


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

Example:

pip install Cantonese==0.0.4


Please see the version list below table:

VersionReleased dateCommand
Cantonese 1.0.02022-01-25T11:41:26Windows:

py -m pip install Cantonese==1.0.0

Unix/macOs:

pip install Cantonese==1.0.0

Cantonese 0.0.92022-01-14T12:49:51Windows:

py -m pip install Cantonese==0.0.9

Unix/macOs:

pip install Cantonese==0.0.9

Cantonese 0.0.82022-01-02T03:03:38Windows:

py -m pip install Cantonese==0.0.8

Unix/macOs:

pip install Cantonese==0.0.8

Cantonese 0.0.72021-12-25T09:20:17Windows:

py -m pip install Cantonese==0.0.7

Unix/macOs:

pip install Cantonese==0.0.7

Cantonese 0.0.62021-10-23T10:33:52Windows:

py -m pip install Cantonese==0.0.6

Unix/macOs:

pip install Cantonese==0.0.6

Cantonese 0.0.52021-10-02T03:05:01Windows:

py -m pip install Cantonese==0.0.5

Unix/macOs:

pip install Cantonese==0.0.5

Cantonese 0.0.42021-09-20T07:43:38Windows:

py -m pip install Cantonese==0.0.4

Unix/macOs:

pip install Cantonese==0.0.4


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_Cantonese_downloaded_file>

On Unix/macOs:

pip install <path_to_Cantonese_downloaded_file>


List distribution:

- Cantonese-0.0.4-py3-none-any.whl (python version >=3.6)
- Cantonese-0.0.4.tar.gz (python version >=3.6)
- Cantonese-0.0.5-py3-none-any.whl (python version >=3.6)
- Cantonese-0.0.5.tar.gz (python version >=3.6)
- Cantonese-0.0.6.tar.gz (python version >=3.6)
- Cantonese-0.0.7-py3-none-any.whl (python version >=3.6)
- Cantonese-0.0.7.tar.gz (python version >=3.6)
- Cantonese-0.0.8-py3-none-any.whl (python version >=3.6)
- Cantonese-0.0.8.tar.gz (python version >=3.6)
- Cantonese-0.0.9-py3-none-any.whl (python version >=3.6)
- Cantonese-0.0.9.tar.gz (python version >=3.6)
- Cantonese-1.0.0-py3-none-any.whl (python version >=3.6)
- Cantonese-1.0.0.tar.gz (python version >=3.6)
- Cantonese-1.0.1-py3-none-any.whl (python version >=3.6)
- Cantonese-1.0.1.tar.gz (python version >=3.6)
- Cantonese-1.0.2-py3-none-any.whl (python version >=3.6)
- Cantonese-1.0.2.tar.gz (python version >=3.6)


Project link:

- Homepage
- Cantonese source