Whay can't install pyttsx3 in pydroid3 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Whay can't install pyttsx3 in pydroid3

We can't install pyttsx3. Wrong this library in pydroid3 🥺how to solved this problem

15th Sep 2021, 2:53 AM
Shanto bhowmik
Shanto bhowmik - avatar
24 Answers
+ 3
Cyborg 👁️ Actually, Pyttsx3 Uses Your Device Machine Learning to Give Out Speech. Pydroid Itself Doesn't Support it! So, You Have to Install A Plugin Provided By Them to Make It Work... As That Plugin Will Ask Root Permissions like: To Access Internal Machine Learning Files, Etc... This might Work...
15th Sep 2021, 5:20 AM
Sancho Godinho
Sancho Godinho - avatar
+ 3
AKSHAY🇮🇳 To Get List Of All Modules, You Can Use: pip freeze in pydroid terminal...
15th Sep 2021, 11:00 AM
Sancho Godinho
Sancho Godinho - avatar
15th Sep 2021, 4:07 AM
Shanto bhowmik
Shanto bhowmik - avatar
15th Sep 2021, 4:07 AM
Shanto bhowmik
Shanto bhowmik - avatar
+ 2
Kaushal Varma , Diyorbek Maxmudov Please Give Proper Answers!!!
17th Sep 2021, 2:35 AM
Sancho Godinho
Sancho Godinho - avatar
15th Sep 2021, 2:54 AM
Shanto bhowmik
Shanto bhowmik - avatar
+ 1
Cyborg 👁️ Also, Don't Forget to Install That Python Lib Using PIP After You're Done Installing That Plugin... $ pip install pyttsx3 (Remove that $ Sign in Your Terminal...)
15th Sep 2021, 5:31 AM
Sancho Godinho
Sancho Godinho - avatar
+ 1
Does pydroid shows a list of installed modules/libraries?
15th Sep 2021, 10:51 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 1
Sancho Godinho [DM Free] I don't want to see my list 😑 i already know this. I am asking to cyborg to see the list and verify
15th Sep 2021, 1:35 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 1
Cyborg 👁️ can you share some last line of errors. (Full error doesn't fit in the Sololearn letter limit)
15th Sep 2021, 1:37 PM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar
+ 1
AKSHAY🇮🇳 I Didn't Understand 🤔🤔🤔
15th Sep 2021, 1:56 PM
Sancho Godinho
Sancho Godinho - avatar
+ 1
Balthazar MAALIOUN Please Give Your Opinion Properly to This Discuss...
16th Sep 2021, 1:22 PM
Sancho Godinho
Sancho Godinho - avatar
0
According to the error message it is already installed.
15th Sep 2021, 2:58 AM
Simon Sauter
Simon Sauter - avatar
0
Simon Sauter import pyttsx3 a=pyttsx3.init() a.say('Im shanto') a.runAndWait()
15th Sep 2021, 3:02 AM
Shanto bhowmik
Shanto bhowmik - avatar
0
Not working this code 🥺Simon Sauter
15th Sep 2021, 3:03 AM
Shanto bhowmik
Shanto bhowmik - avatar
0
What error message do you get when you run that code?
15th Sep 2021, 3:40 AM
Simon Sauter
Simon Sauter - avatar
0
Simon Sauter Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/site-packages/pyttsx3/__init__.py", line 20, in init eng = _activeEngines[driverName] File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/weakref.py", line 131, in __getitem__ o = self.data[key]() KeyError: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 31, in <module> start(fakepyfile,mainpyfile) File "/data/user/0/ru.iiec.pydroid3/files/accomp_files/iiec_run/iiec_run.py", line 30, in start exec(open(mainpyfile).read(), __main__.__dict__) File "<string>", line 2, in <module> File "/data/user/0/ru.iiec.pydroid3/files/aarch64-linux-android/lib/python3.8/site-packages/pyttsx3/__init__.py", line 22, in init eng = Engine(driverName, debug) File "/data/user/0/ru.iiec.pydroid3/files/aarc
15th Sep 2021, 3:41 AM
Shanto bhowmik
Shanto bhowmik - avatar
0
I'm sorry I can't help there, because I don't know that particular module. But what is clear from that error message is that the module is indeed installed and available.
15th Sep 2021, 3:44 AM
Simon Sauter
Simon Sauter - avatar
0
https://www.sololearn.com/post/1284987/?ref=app Cyborg 👁️ according to that👆 image, it was successfully installed. But if it wasn't installed, it is a common Pydroid error to have problems installing and using libraries that need application-level permissions, or that need to make use of the speakers (as is the case with tts), microphone, etc. Try importing and using the library, and check if you get an error
15th Sep 2021, 5:20 AM
Hacker-KR4636
Hacker-KR4636 - avatar