gTTS无法安装,显示为“未知”

时间:2019-03-10 00:28:48

标签: python-3.x pip gtts

我想尽一切办法让gTTS在win10机器上工作。

我已经升级了点子。 我已经运行过 Log.Logger = new LoggerConfiguration() .Enrich.With(new ThreadIdEnricher()) //.Enrich.FromLogContext() .WriteTo.RollingFile(@"C:\QRT\Logs\QRT-LOG.txt", LogEventLevel.Information) .WriteTo.Seq("http://localhost:5341") .WriteTo.Console(restrictedToMinimumLevel: LogEventLevel.Information) .WriteTo.File(new CompactJsonFormatter(), "C:/QRT/Logs/log.clef") .CreateLogger(); ,但是它所安装的只是一个叫做UNKNOWN

的东西

pip install gtts给我:

pip list

是否知道我的GTTS应该在哪里?

当我尝试安装时,我得到了:

Package       Version
------------- -------
aiohttp       1.0.5
async-timeout 3.0.1
asyncio       3.4.3
cffi          1.12.2
chardet       3.0.4
discord       0.16.12
discord.py    0.16.12
multidict     4.5.2
pip           19.0.3
pycparser     2.19
PyNaCl        1.3.0
pyttsx        1.1
setuptools    28.8.0
six           1.12.0
UNKNOWN       2.0.3
websockets    3.4

我无法通过Collecting gTTS Using cached https://files.pythonhosted.org/packages/e6/37/f55346a736278f0eb0ae9f7edee1a61028735ef0010db68a2e6fcd0ece56/gTTS-2.0.3.tar.gz Generating metadata for package gTTS produced metadata for project name unknown. Fix your #egg=gTTS fragments. Requirement already satisfied (use --upgrade to upgrade): unknown from https://files.pythonhosted.org/packages/e6/37/f55346a736278f0eb0ae9f7edee1a61028735ef0010db68a2e6fcd0ece56/gTTS-2.0.3.tar.gz#sha256=a6d4cf039da2797de8af2da7c1f0ce700ac0b48601ce6c11a02b337fd6bdcf57 in c:\users\user\appdata\local\programs\python\python36\lib\site-packages 调用gTTS,它每次都会使我的程序崩溃。

拜托,我在做什么错了?

1 个答案:

答案 0 :(得分:0)

使用“ pip install --upgrade gTTS”

因此,它看起来像是python为Google的文字转语音gTTS生成元数据包。现在,您可以使用“ --upgrade”将首次尝试下载gTTS的gTTS片段放在一起。为此,您可以致电:  “ pip install --upgrade gTTS”

希望这会有所帮助。