简体   繁体   中英

pip install engine doesn't work with Python 3.6.5, windows x64

I tried to install engine by using the command pip install engine on Command Prompt windows 10 Os.

C:\\Users\\Jayalakshmi.S1>pip install engine

But it raises an error

Collecting engine

Could not find a version that satisfies the requirement engine (from versions:)
No matching distribution found for engine

I am Using pip 10.0.1 and Python 3.6.5. What could be wrong?

did you mean pyttsx3 package for Engine? Or what? Did you check https://pypi.org to be sure it exists?

I would try:

conda install engine

I am assuming you have anaconda distribution of python. If not, I would highly recommend installing it.

似乎您必须为 python 3+ 版本安装 pyttsx3 因为引擎需要 pyttsx 因为它支持 python 2 版本所以使用 pip install pyttsx3 并导入 pyttsx3 它对我有用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM