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

How to install edge-tts via python pip




edge-tts - Microsoft Edge's TTS, it belongs to Classifiers:

- License :: OSI Approved :: GNU General Public License v3 (GPLv3)

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



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_edge-tts_env

- Active the virtual environment

test_edge-tts_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_edge-tts_env

- Active the virtual environment

source test_edge-tts_env/bin/active


Step 2: OK, now, let flow below content to start the installation edge-tts

To install edge-tts on Windows(CMD):

py -m pip install edge-tts

To install edge-tts on Unix/macOs:

pip install edge-tts


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

Example:

pip install edge-tts==2.2.2


Please see the version list below table:

VersionReleased dateCommand
edge-tts 5.0.12022-07-27T17:16:56Windows:

py -m pip install edge-tts==5.0.1

Unix/macOs:

pip install edge-tts==5.0.1

edge-tts 5.0.02022-06-19T18:08:33Windows:

py -m pip install edge-tts==5.0.0

Unix/macOs:

pip install edge-tts==5.0.0

edge-tts 4.0.112022-05-29T15:18:48Windows:

py -m pip install edge-tts==4.0.11

Unix/macOs:

pip install edge-tts==4.0.11

edge-tts 4.0.102022-05-23T11:38:54Windows:

py -m pip install edge-tts==4.0.10

Unix/macOs:

pip install edge-tts==4.0.10

edge-tts 4.0.92022-03-13T11:26:17Windows:

py -m pip install edge-tts==4.0.9

Unix/macOs:

pip install edge-tts==4.0.9

edge-tts 4.0.82022-03-11T15:46:49Windows:

py -m pip install edge-tts==4.0.8

Unix/macOs:

pip install edge-tts==4.0.8

edge-tts 4.0.72022-03-09T18:52:30Windows:

py -m pip install edge-tts==4.0.7

Unix/macOs:

pip install edge-tts==4.0.7

edge-tts 4.0.62022-03-09T18:36:19Windows:

py -m pip install edge-tts==4.0.6

Unix/macOs:

pip install edge-tts==4.0.6

edge-tts 4.0.52022-03-09T18:27:00Windows:

py -m pip install edge-tts==4.0.5

Unix/macOs:

pip install edge-tts==4.0.5

edge-tts 4.0.42022-03-07T11:25:51Windows:

py -m pip install edge-tts==4.0.4

Unix/macOs:

pip install edge-tts==4.0.4

edge-tts 4.0.32022-01-29T18:15:52Windows:

py -m pip install edge-tts==4.0.3

Unix/macOs:

pip install edge-tts==4.0.3

edge-tts 4.0.22022-01-29T18:10:48Windows:

py -m pip install edge-tts==4.0.2

Unix/macOs:

pip install edge-tts==4.0.2

edge-tts 4.0.12021-12-07T20:36:29Windows:

py -m pip install edge-tts==4.0.1

Unix/macOs:

pip install edge-tts==4.0.1

edge-tts 4.0.02021-12-07T20:08:40Windows:

py -m pip install edge-tts==4.0.0

Unix/macOs:

pip install edge-tts==4.0.0

edge-tts 3.0.22021-12-05T08:05:24Windows:

py -m pip install edge-tts==3.0.2

Unix/macOs:

pip install edge-tts==3.0.2

edge-tts 3.0.12021-12-03T22:53:03Windows:

py -m pip install edge-tts==3.0.1

Unix/macOs:

pip install edge-tts==3.0.1

edge-tts 3.0.02021-12-03T22:46:56Windows:

py -m pip install edge-tts==3.0.0

Unix/macOs:

pip install edge-tts==3.0.0

edge-tts 2.2.22021-08-19T20:36:47Windows:

py -m pip install edge-tts==2.2.2

Unix/macOs:

pip install edge-tts==2.2.2


Step 4: Otherwise, you can install edge-tts from local archives:

Download the distribution file from edge-tts-5.0.1.tar.gz or the specific edge-tts version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_edge-tts_downloaded_file>

On Unix/macOs:

pip install <path_to_edge-tts_downloaded_file>


List distribution:

- edge-tts-2.2.2.tar.gz (python version >=3.7)
- edge_tts-2.2.2-py3-none-any.whl (python version >=3.7)
- edge-tts-3.0.0.tar.gz (python version >=3.7)
- edge_tts-3.0.0-py3-none-any.whl (python version >=3.7)
- edge-tts-3.0.1.tar.gz (python version >=3.7)
- edge_tts-3.0.1-py3-none-any.whl (python version >=3.7)
- edge-tts-3.0.2.tar.gz (python version >=3.7)
- edge_tts-3.0.2-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.0.tar.gz (python version >=3.7)
- edge_tts-4.0.0-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.1.tar.gz (python version >=3.7)
- edge_tts-4.0.1-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.2.tar.gz (python version >=3.7)
- edge_tts-4.0.2-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.3.tar.gz (python version >=3.7)
- edge_tts-4.0.3-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.4.tar.gz (python version >=3.7)
- edge_tts-4.0.4-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.5.tar.gz (python version >=3.7)
- edge_tts-4.0.5-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.6.tar.gz (python version >=3.7)
- edge_tts-4.0.6-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.7.tar.gz (python version >=3.7)
- edge_tts-4.0.7-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.8.tar.gz (python version >=3.7)
- edge_tts-4.0.8-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.9.tar.gz (python version >=3.7)
- edge_tts-4.0.9-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.10.tar.gz (python version >=3.7)
- edge_tts-4.0.10-py3-none-any.whl (python version >=3.7)
- edge-tts-4.0.11.tar.gz (python version >=3.7)
- edge_tts-4.0.11-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.0.tar.gz (python version >=3.7)
- edge_tts-5.0.0-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.1.tar.gz (python version >=3.7)
- edge_tts-5.0.1-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.2.tar.gz (python version >=3.7)
- edge_tts-5.0.2-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.3.tar.gz (python version >=3.7)
- edge_tts-5.0.3-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.4.tar.gz (python version >=3.7)
- edge_tts-5.0.4-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.5.tar.gz (python version >=3.7)
- edge_tts-5.0.5-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.6.tar.gz (python version >=3.7)
- edge_tts-5.0.6-py3-none-any.whl (python version >=3.7)
- edge-tts-5.0.7.tar.gz (python version >=3.7)
- edge_tts-5.0.7-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.0.tar.gz (python version >=3.7)
- edge_tts-6.0.0-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.1.tar.gz (python version >=3.7)
- edge_tts-6.0.1-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.2.tar.gz (python version >=3.7)
- edge_tts-6.0.2-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.3.tar.gz (python version >=3.7)
- edge_tts-6.0.3-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.4.tar.gz (python version >=3.7)
- edge_tts-6.0.4-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.5.tar.gz (python version >=3.7)
- edge_tts-6.0.5-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.6.tar.gz (python version >=3.7)
- edge_tts-6.0.6-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.7.tar.gz (python version >=3.7)
- edge_tts-6.0.7-py3-none-any.whl (python version >=3.7)
- edge-tts-6.0.8.tar.gz (python version >=3.7)
- edge_tts-6.0.8-py3-none-any.whl (python version >=3.7)


Project link:

- Homepage
- Bug Tracker