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

How to install whatsapp-converter via python pip




whatsapp-converter - Use whatsapp-converter to convert your exported WhatsApp chat to a CSV or XLS (Excel spreadsheet) file., it belongs to Classifiers:

- Intended Audience :: End Users/Desktop
- Topic :: Text Processing

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



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_whatsapp-converter_env

- Active the virtual environment

test_whatsapp-converter_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_whatsapp-converter_env

- Active the virtual environment

source test_whatsapp-converter_env/bin/active


Step 2: OK, now, let flow below content to start the installation whatsapp-converter

To install whatsapp-converter on Windows(CMD):

py -m pip install whatsapp-converter

To install whatsapp-converter on Unix/macOs:

pip install whatsapp-converter


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

Example:

pip install whatsapp-converter==0.2.1


Please see the version list below table:

VersionReleased dateCommand
whatsapp-converter 0.6.12022-07-03T19:16:52Windows:

py -m pip install whatsapp-converter==0.6.1

Unix/macOs:

pip install whatsapp-converter==0.6.1

whatsapp-converter 0.6.02022-07-03T17:35:41Windows:

py -m pip install whatsapp-converter==0.6.0

Unix/macOs:

pip install whatsapp-converter==0.6.0

whatsapp-converter 0.5.72022-01-16T18:18:49Windows:

py -m pip install whatsapp-converter==0.5.7

Unix/macOs:

pip install whatsapp-converter==0.5.7

whatsapp-converter 0.5.42021-06-23T07:03:45Windows:

py -m pip install whatsapp-converter==0.5.4

Unix/macOs:

pip install whatsapp-converter==0.5.4

whatsapp-converter 0.5.32021-06-18T16:35:08Windows:

py -m pip install whatsapp-converter==0.5.3

Unix/macOs:

pip install whatsapp-converter==0.5.3

whatsapp-converter 0.5.22021-06-18T12:54:05Windows:

py -m pip install whatsapp-converter==0.5.2

Unix/macOs:

pip install whatsapp-converter==0.5.2

whatsapp-converter 0.5.12021-06-17T10:16:51Windows:

py -m pip install whatsapp-converter==0.5.1

Unix/macOs:

pip install whatsapp-converter==0.5.1

whatsapp-converter 0.5.02021-06-15T19:29:18Windows:

py -m pip install whatsapp-converter==0.5.0

Unix/macOs:

pip install whatsapp-converter==0.5.0

whatsapp-converter 0.4.42021-06-02T15:50:31Windows:

py -m pip install whatsapp-converter==0.4.4

Unix/macOs:

pip install whatsapp-converter==0.4.4

whatsapp-converter 0.4.32020-10-13T14:19:13Windows:

py -m pip install whatsapp-converter==0.4.3

Unix/macOs:

pip install whatsapp-converter==0.4.3

whatsapp-converter 0.4.22020-09-27T18:37:34Windows:

py -m pip install whatsapp-converter==0.4.2

Unix/macOs:

pip install whatsapp-converter==0.4.2

whatsapp-converter 0.4.12020-09-27T12:15:34Windows:

py -m pip install whatsapp-converter==0.4.1

Unix/macOs:

pip install whatsapp-converter==0.4.1

whatsapp-converter 0.4.02020-08-25T18:44:36Windows:

py -m pip install whatsapp-converter==0.4.0

Unix/macOs:

pip install whatsapp-converter==0.4.0

whatsapp-converter 0.3.82020-08-14T07:21:17Windows:

py -m pip install whatsapp-converter==0.3.8

Unix/macOs:

pip install whatsapp-converter==0.3.8

whatsapp-converter 0.3.72020-08-13T08:57:10Windows:

py -m pip install whatsapp-converter==0.3.7

Unix/macOs:

pip install whatsapp-converter==0.3.7

whatsapp-converter 0.3.52020-05-11T07:40:46Windows:

py -m pip install whatsapp-converter==0.3.5

Unix/macOs:

pip install whatsapp-converter==0.3.5

whatsapp-converter 0.3.42020-05-11T07:36:42Windows:

py -m pip install whatsapp-converter==0.3.4

Unix/macOs:

pip install whatsapp-converter==0.3.4

whatsapp-converter 0.3.32020-05-10T18:19:46Windows:

py -m pip install whatsapp-converter==0.3.3

Unix/macOs:

pip install whatsapp-converter==0.3.3

whatsapp-converter 0.3.22020-05-09T17:31:23Windows:

py -m pip install whatsapp-converter==0.3.2

Unix/macOs:

pip install whatsapp-converter==0.3.2

whatsapp-converter 0.3.12019-10-31T05:29:51Windows:

py -m pip install whatsapp-converter==0.3.1

Unix/macOs:

pip install whatsapp-converter==0.3.1

whatsapp-converter 0.3.02019-10-31T05:17:41Windows:

py -m pip install whatsapp-converter==0.3.0

Unix/macOs:

pip install whatsapp-converter==0.3.0

whatsapp-converter 0.2.32019-10-30T19:24:39Windows:

py -m pip install whatsapp-converter==0.2.3

Unix/macOs:

pip install whatsapp-converter==0.2.3

whatsapp-converter 0.2.22019-10-29T05:38:35Windows:

py -m pip install whatsapp-converter==0.2.2

Unix/macOs:

pip install whatsapp-converter==0.2.2

whatsapp-converter 0.2.12019-10-28T21:28:50Windows:

py -m pip install whatsapp-converter==0.2.1

Unix/macOs:

pip install whatsapp-converter==0.2.1


Step 4: Otherwise, you can install whatsapp-converter from local archives:

Download the distribution file from whatsapp-converter-0.6.1.tar.gz or the specific whatsapp-converter version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_whatsapp-converter_downloaded_file>

On Unix/macOs:

pip install <path_to_whatsapp-converter_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug Reports
- Source