无法安装PYTTSX3



使用python.exe,我很难在 pyttsx3 中安装 Python 3.5 中。我收到以下错误:

>>> import pip
>>> pip.main (['install','pyttsx3'])
Collecting pyttsx3
 Downloading pyttsx3-2.6.zip
Complete output from command python setup.py egg_info:
D:StuffPythonpython35.zipdistutilsdist.py:261: UserWarning: Unknown distribution option: 'summary'
error: [Errno 2] No such file or directory: 'D:\Stuff\Python\python35.zip\lib2to3\Grammar.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:UserscarriedrAppDataLocalTemppip-build-0ke80vwepyttsx3
1      

我尝试过:

  • 其他多个站点
  • 解开Python35的副本
  • 在Python和Pythonw下运行Grammar.txt。

我找到了外壳,现在起作用,由于我的文件路径,它找不到文件。

相关内容

  • 没有找到相关文章

最新更新