在 Pycharm 中安装 tts-watson 时出错
Getting error when installing tts-watson in Pycharm
我正在尝试在我的机器上安装 tts-watson。我在命令提示符下使用 "pip install tts-watson" 完成了它并且它起作用了。但是当我尝试在 Pycharm 中安装它时,它不起作用。这是我得到的错误:
"AssertionError: anyconfig .dist-info directory not found"
有谁知道如何解决这个问题?
tts-watson 是一个,https://github.com/gfleetwood/tts-watson , pip module that hasn't been updated for over 2 years, and has been broken for almost a year - https://github.com/gfleetwood/tts-watson/issues/3。
您应该尝试 watson-developer-cloud
。
我正在尝试在我的机器上安装 tts-watson。我在命令提示符下使用 "pip install tts-watson" 完成了它并且它起作用了。但是当我尝试在 Pycharm 中安装它时,它不起作用。这是我得到的错误:
"AssertionError: anyconfig .dist-info directory not found"
有谁知道如何解决这个问题?
tts-watson 是一个,https://github.com/gfleetwood/tts-watson , pip module that hasn't been updated for over 2 years, and has been broken for almost a year - https://github.com/gfleetwood/tts-watson/issues/3。
您应该尝试 watson-developer-cloud
。