Re: pyttsx3 installation error

2021-07-02 Thread Roland Mueller via Python-list
What's about installing? https://pypi.org/project/pyttsx3/ pe 2. heinäk. 2021 klo 23.41 Nikita Lohale (nikitalohal...@gmail.com) kirjoitti: > Traceback (most recent call last): > File "f:\Nikita\Python programming\Iron Man Jarvis AL\jarvis.py", line > 1, in > import pyttsx3 > ModuleNotFoun

Re: pyttsx3 installation error

2021-07-02 Thread Abhiram R
Congratulations on trying out something new in Python. The first step to debugging errors is try and Google them. Unless it's a brand new package, chances are, you'll find a solution there almost immediately. In case you've already installed this missing package, and it's not getting imported, I'd

pyttsx3 installation error

2021-07-02 Thread Nikita Lohale
Traceback (most recent call last): File "f:\Nikita\Python programming\Iron Man Jarvis AL\jarvis.py", line 1, in import pyttsx3 ModuleNotFoundError: No module named 'pyttsx3' -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
On Saturday, 14 March 2020 01:52:51 UTC+2, Marco Sulla wrote: > It's a know bug. Solution: https://stackoverflow.com/a/59909885/1763602 Thank you for your concern.I tried the above solution first and it worked as well. Thank you -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
On Friday, 13 March 2020 23:45:08 UTC+2, MRAB wrote: > On 2020-03-13 19:52, jlaat...@gmail.com wrote: > > > > Got the same error here please help > > ERROR: Command errored out with exit status 1: > > command: 'c:\users\jerald lashy > > jeffery\appdata\local\programs\python\python38-32\pyt

Re: pyttsx3 installation error

2020-03-13 Thread Marco Sulla
It's a know bug. Solution: https://stackoverflow.com/a/59909885/1763602 -- https://mail.python.org/mailman/listinfo/python-list

Re: pyttsx3 installation error

2020-03-13 Thread MRAB
On 2020-03-13 19:52, jlaat...@gmail.com wrote: Got the same error here please help ERROR: Command errored out with exit status 1: command: 'c:\users\jerald lashy jeffery\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users

Re: pyttsx3 installation error

2020-03-13 Thread jlaatech
Got the same error here please help ERROR: Command errored out with exit status 1: command: 'c:\users\jerald lashy jeffery\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Jerald Lashy Jeffery\\AppData\\Local\\Temp\\

Re: pyttsx3 installation error

2020-01-25 Thread Cameron Simpson
On 26Jan2020 00:21, Mehr Abrar Lak wrote: When I try to import pyytsx3 on python 3.7.3 having latest pip version then I get error like exit code 1. I couldn't make it to install it I try using pip install pyttsx3 but it doesn't work for me then I tried it's .whl wheel file to install but instead

pyttsx3 installation error

2020-01-25 Thread Mehr Abrar Lak
When I try to import pyytsx3 on python 3.7.3 having latest pip version then I get error like exit code 1. I couldn't make it to install it I try using pip install pyttsx3 but it doesn't work for me then I tried it's .whl wheel file to install but instead fixing the issue am still facing the same on