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

How to install waftools via python pip




waftools - Handy tools for the WAF meta build environment, it belongs to Classifiers:

- Environment :: Console
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows
- Operating System :: Microsoft :: Windows :: Windows 7
- Operating System :: Microsoft :: Windows :: Windows Vista
- Operating System :: Microsoft :: Windows :: Windows XP
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: C
- Programming Language :: C++
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3.4
- Topic :: Software Development :: Build Tools
- Topic :: Software Development :: Embedded Systems
- Topic :: Utilities

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



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_waftools_env

- Active the virtual environment

test_waftools_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_waftools_env

- Active the virtual environment

source test_waftools_env/bin/active


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

To install waftools on Windows(CMD):

py -m pip install waftools

To install waftools on Unix/macOs:

pip install waftools


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

Example:

pip install waftools==0.0.9


Please see the version list below table:

VersionReleased dateCommand
waftools 0.4.132016-10-19T07:31:27Windows:

py -m pip install waftools==0.4.13

Unix/macOs:

pip install waftools==0.4.13

waftools 0.4.112016-01-24T15:20:24Windows:

py -m pip install waftools==0.4.11

Unix/macOs:

pip install waftools==0.4.11

waftools 0.4.102015-03-16T00:00:48Windows:

py -m pip install waftools==0.4.10

Unix/macOs:

pip install waftools==0.4.10

waftools 0.4.92015-01-08T11:41:02Windows:

py -m pip install waftools==0.4.9

Unix/macOs:

pip install waftools==0.4.9

waftools 0.4.82015-01-05T15:12:35Windows:

py -m pip install waftools==0.4.8

Unix/macOs:

pip install waftools==0.4.8

waftools 0.4.72014-12-30T23:35:44Windows:

py -m pip install waftools==0.4.7

Unix/macOs:

pip install waftools==0.4.7

waftools 0.4.62014-12-29T23:54:06Windows:

py -m pip install waftools==0.4.6

Unix/macOs:

pip install waftools==0.4.6

waftools 0.4.52014-12-07T19:57:14Windows:

py -m pip install waftools==0.4.5

Unix/macOs:

pip install waftools==0.4.5

waftools 0.4.42014-12-07T15:13:52Windows:

py -m pip install waftools==0.4.4

Unix/macOs:

pip install waftools==0.4.4

waftools 0.4.32014-12-05T16:25:13Windows:

py -m pip install waftools==0.4.3

Unix/macOs:

pip install waftools==0.4.3

waftools 0.4.22014-11-29T23:31:20Windows:

py -m pip install waftools==0.4.2

Unix/macOs:

pip install waftools==0.4.2

waftools 0.4.12014-11-23T22:45:24Windows:

py -m pip install waftools==0.4.1

Unix/macOs:

pip install waftools==0.4.1

waftools 0.4.02014-11-17T13:14:38Windows:

py -m pip install waftools==0.4.0

Unix/macOs:

pip install waftools==0.4.0

waftools 0.3.72014-11-12T18:25:41Windows:

py -m pip install waftools==0.3.7

Unix/macOs:

pip install waftools==0.3.7

waftools 0.3.62014-11-12T15:57:42Windows:

py -m pip install waftools==0.3.6

Unix/macOs:

pip install waftools==0.3.6

waftools 0.3.52014-11-09T08:56:51Windows:

py -m pip install waftools==0.3.5

Unix/macOs:

pip install waftools==0.3.5

waftools 0.3.42014-11-06T17:55:05Windows:

py -m pip install waftools==0.3.4

Unix/macOs:

pip install waftools==0.3.4

waftools 0.3.32014-11-04T18:54:18Windows:

py -m pip install waftools==0.3.3

Unix/macOs:

pip install waftools==0.3.3

waftools 0.3.22014-11-03T10:48:50Windows:

py -m pip install waftools==0.3.2

Unix/macOs:

pip install waftools==0.3.2

waftools 0.3.12014-10-30T22:41:47Windows:

py -m pip install waftools==0.3.1

Unix/macOs:

pip install waftools==0.3.1

waftools 0.3.02014-10-23T18:58:25Windows:

py -m pip install waftools==0.3.0

Unix/macOs:

pip install waftools==0.3.0

waftools 0.2.02014-10-15T20:40:47Windows:

py -m pip install waftools==0.2.0

Unix/macOs:

pip install waftools==0.2.0

waftools 0.1.82014-10-14T16:45:55Windows:

py -m pip install waftools==0.1.8

Unix/macOs:

pip install waftools==0.1.8

waftools 0.1.72014-10-06T08:07:56Windows:

py -m pip install waftools==0.1.7

Unix/macOs:

pip install waftools==0.1.7

waftools 0.1.62014-09-03T21:51:25Windows:

py -m pip install waftools==0.1.6

Unix/macOs:

pip install waftools==0.1.6

waftools 0.1.52014-08-24T11:20:10Windows:

py -m pip install waftools==0.1.5

Unix/macOs:

pip install waftools==0.1.5

waftools 0.1.42014-08-18T16:04:09Windows:

py -m pip install waftools==0.1.4

Unix/macOs:

pip install waftools==0.1.4

waftools 0.1.32014-07-21T16:20:24Windows:

py -m pip install waftools==0.1.3

Unix/macOs:

pip install waftools==0.1.3

waftools 0.1.22014-07-01T10:49:53Windows:

py -m pip install waftools==0.1.2

Unix/macOs:

pip install waftools==0.1.2

waftools 0.1.12014-05-10T17:43:41Windows:

py -m pip install waftools==0.1.1

Unix/macOs:

pip install waftools==0.1.1

waftools 0.1.02014-04-08T10:11:52Windows:

py -m pip install waftools==0.1.0

Unix/macOs:

pip install waftools==0.1.0

waftools 0.0.92014-04-01T12:58:58Windows:

py -m pip install waftools==0.0.9

Unix/macOs:

pip install waftools==0.0.9


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_waftools_downloaded_file>

On Unix/macOs:

pip install <path_to_waftools_downloaded_file>


List distribution:


Project link:

- Homepage
- Download