-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'engine' #56
Comments
Having the same error when using sukeesh/Jarvis, which uses pyttsx. No clue how to fix it. |
Having the same error too. Anyone with a fix for it? |
Are these errors occurring on OS X only? |
I got this error when I tried to use pyttsx with python3. Then I changed python to python2.7 and it started working. I think pyttsx's API doesn't support python3 yet. |
I got that error on python 3.6, is it because pyttsx doesn't support python 3? |
@Andresnotch I think yes, pyttsx doesn't support Python 3. |
Guy try install pyttsx3(for python3.) instead of pyttsx(for python2.) and try this |
@sujith59911 , yup it was with python 3.x. Thanks |
@sujith59911 |
For those who still have an error, try this: Step 1 - Try use pyttsx3 instead pyttsx |
try import pyttsx3 as pys |
@nickqidev I see that you have not been maintaining this project for quite some time as this issue has already been fixed but has not been updated on python package. If you don't mind I would love to maintain it for you. I am a newbie in the open-source world and this will be a great place for me to start. |
Guys i have updated python, version 3.7.4.. I tried using pyttsx3 package but it still shows |
@kodevyas Why would you want to maintain this project? It seems to have been superseded by an actively maintained project: https://github.com/nateshmbhat/pyttsx3 |
@ChandrsekarPerumal You don't need to use pysttx3. This repository has been already updated for both python2 and python3. Instead of directly installing from python package manager use this GitHub repository to install the package: |
@kodevyas Is there any reason NOT to use pysttx3 over this project, which, you, yourself has said isn't maintained? The last commit here was almost 4 years ago. |
@kaptainkommie With all due respect, pyttsx3 is the reason I want to maintain this project. I had used this particular repository in my university years a lot of times just to have fun with it. pyttsx3 is the abuse of open source community. The pyttsx3 has been copied from this repository and the creator of pyttsx3 removed the License intentionally from the source just to mark it his own. He/She could have simply forked it or left the License there in the source and I won't have had any problem with it. He/She took someone else's hard work and publishing it as his own, and I have a problem with that. |
@kodevyas Wow. A very brief and manual comparison of source code does indeed make it look like pysttx3 is in violation of the license of this project. Have you brought this up with |
@kodevyas Well this happened :) nateshmbhat/pyttsx3#108 |
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. this is the new error. |
What is this error?
The text was updated successfully, but these errors were encountered: