-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hi all,
I am trying to use accessible_output2 with Orca and there is an error when I am running the test sample code.
import Accessible_output2.outputs.auto
o = accessible_output2.outputs.auto.Auto()
Output:
Cannot find Speech Dispatcher. Please install python-speechd or python3-speechd.
Cannot find espeak.core. Please install python-espeak or python3-espeak.
Arch Linux, Orca and speech-dispatcher from git, the latest version of espeak-ng.
I tried to search for python3-speechd and python3-espeak packages but there are no any in AUR.
Note:
pipenv is used, the library was installed with pipenv install accessible_output2.
I was told that I need to create a virtual environment with --system-site-packages flag but I don't know how to do that with pipenv yet.