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

How to install TatSu via python pip




TatSu - TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python., it belongs to Classifiers:

- Environment :: Console
- Intended Audience :: Science/Research
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Topic :: Software Development :: Code Generators
- Topic :: Software Development :: Compilers
- Topic :: Software Development :: Interpreters
- Topic :: Text Processing
- Topic :: Text Processing :: General

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



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_TatSu_env

- Active the virtual environment

test_TatSu_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_TatSu_env

- Active the virtual environment

source test_TatSu_env/bin/active


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

To install TatSu on Windows(CMD):

py -m pip install TatSu

To install TatSu on Unix/macOs:

pip install TatSu


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

Example:

pip install TatSu==4.0.0


Please see the version list below table:

VersionReleased dateCommand
TatSu 5.8.32022-07-29T21:44:15Windows:

py -m pip install TatSu==5.8.3

Unix/macOs:

pip install TatSu==5.8.3

TatSu 5.8.22022-07-22T16:38:42Windows:

py -m pip install TatSu==5.8.2

Unix/macOs:

pip install TatSu==5.8.2

TatSu 5.8.12022-07-10T21:08:21Windows:

py -m pip install TatSu==5.8.1

Unix/macOs:

pip install TatSu==5.8.1

TatSu 5.8.02022-03-12T17:27:29Windows:

py -m pip install TatSu==5.8.0

Unix/macOs:

pip install TatSu==5.8.0

TatSu 5.7.42022-07-29T21:21:37Windows:

py -m pip install TatSu==5.7.4

Unix/macOs:

pip install TatSu==5.7.4

TatSu 5.7.32021-12-20T17:23:42Windows:

py -m pip install TatSu==5.7.3

Unix/macOs:

pip install TatSu==5.7.3

TatSu 5.7.2 yanked2021-12-18T14:03:44Windows:

py -m pip install TatSu==5.7.2                                                                          yanked

Unix/macOs:

pip install TatSu==5.7.2                                                                          yanked

TatSu 5.7.1 yanked2021-12-07T00:20:16Windows:

py -m pip install TatSu==5.7.1                                                                          yanked

Unix/macOs:

pip install TatSu==5.7.1                                                                          yanked

TatSu 5.7.0 yanked2021-12-06T20:52:03Windows:

py -m pip install TatSu==5.7.0                                                                          yanked

Unix/macOs:

pip install TatSu==5.7.0                                                                          yanked

TatSu 5.6.12021-03-22T21:16:25Windows:

py -m pip install TatSu==5.6.1

Unix/macOs:

pip install TatSu==5.6.1

TatSu 5.6.0 yanked2021-03-21T23:26:54Windows:

py -m pip install TatSu==5.6.0                                                                          yanked

Unix/macOs:

pip install TatSu==5.6.0                                                                          yanked

TatSu 5.5.0 yanked2020-01-26T18:57:09Windows:

py -m pip install TatSu==5.5.0                                                                          yanked

Unix/macOs:

pip install TatSu==5.5.0                                                                          yanked

TatSu 4.4.02019-04-23T17:29:05Windows:

py -m pip install TatSu==4.4.0

Unix/macOs:

pip install TatSu==4.4.0

TatSu 4.3.02018-11-17T10:10:37Windows:

py -m pip install TatSu==4.3.0

Unix/macOs:

pip install TatSu==4.3.0

TatSu 4.2.62018-05-07T01:53:42Windows:

py -m pip install TatSu==4.2.6

Unix/macOs:

pip install TatSu==4.2.6

TatSu 4.2.52017-11-26T22:16:35Windows:

py -m pip install TatSu==4.2.5

Unix/macOs:

pip install TatSu==4.2.5

TatSu 4.2.32017-07-10T21:38:44Windows:

py -m pip install TatSu==4.2.3

Unix/macOs:

pip install TatSu==4.2.3

TatSu 4.2.22017-07-01T19:51:31Windows:

py -m pip install TatSu==4.2.2

Unix/macOs:

pip install TatSu==4.2.2

TatSu 4.2.12017-06-18T13:50:24Windows:

py -m pip install TatSu==4.2.1

Unix/macOs:

pip install TatSu==4.2.1

TatSu 4.2.02017-06-04T20:46:36Windows:

py -m pip install TatSu==4.2.0

Unix/macOs:

pip install TatSu==4.2.0

TatSu 4.1.12017-05-22T01:40:58Windows:

py -m pip install TatSu==4.1.1

Unix/macOs:

pip install TatSu==4.1.1

TatSu 4.1.02017-05-21T16:51:43Windows:

py -m pip install TatSu==4.1.0

Unix/macOs:

pip install TatSu==4.1.0

TatSu 4.0.02017-05-06T21:21:17Windows:

py -m pip install TatSu==4.0.0

Unix/macOs:

pip install TatSu==4.0.0


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

Download the distribution file from TatSu-5.8.3.zip or the specific TatSu version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_TatSu_downloaded_file>

On Unix/macOs:

pip install <path_to_TatSu_downloaded_file>


List distribution:


Project link:

- Homepage