[fenrir-screenreader] Success in getting fenrir talking on a ubuntu 19.10 console

  • From: "Pranav Lal" <pranav.lal@xxxxxxxxx>
  • To: <fenrir-screenreader@xxxxxxxxxxxxx>
  • Date: Sun, 16 Feb 2020 07:05:59 +0530

Hi all,

Here are the commands I have used to get Fenrir talking in a ubuntu 19.10
console.
git clone https://github.com/chrys87/fenrir.git
sudo pip3 install -r requirements.txt
sudo pip3 install pyenchant
sudo apt install sox -y
sudo apt install python3-espeak -y

Chrys, could you please update the espeak package used by Fenrir? The
failure is at the line
From espeak import espeak

You need to use newer packages.

Pranav

--------------------------------------------
MailingList: fenrir-screenreader@xxxxxxxxxxxxx
Website: https://linux-a11y.org
Wiki: https://wiki.linux-a11y.org/doku.php?id=fenrir
Code: https://github.com/chrys87/fenrir
IRC Live Support:
Network: irc.linux-a11y.org
Room: #a11y

Other related posts:

  • » [fenrir-screenreader] Success in getting fenrir talking on a ubuntu 19.10 console - Pranav Lal