PyBaiduYuyin
PyBaiduYuyin copied to clipboard
This project has been deprecated
``` Collecting PyBaiduYuyin Downloading https://files.pythonhosted.org/packages/e3/f1/6dc96dfb9b734dd5d0517d8647591b22817b39e5890a265376fe8d8de2b7/PyBaiduYuyin-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-atbtz8wv/PyBaiduYuyin/setup.py", line 11, in import PyBaiduYuyin File...
KeyError: "Server wouldn't respond (invalid key or quota has been maxed out)" when i use : t = TTS(myapp,mysecret) t.say('你好') i got this error :KeyError: "Server wouldn't respond (invalid key...
# content_type = response.info().getheader('Content-Type') Connected to pydev debugger (build 162.1967.10) Traceback (most recent call last): File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1580, in globals = debugger.run(setup['file'], None, None, is_module) File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 964,...
print('You said ' + text)
In [7]: tts.say('x') 系统找不到指定的路径。
how to deal with this? thx
C:\Anaconda3\python.exe D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py Traceback (most recent call last): File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 463, in t = TTS() File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 149, in __init__ self.token = GetToken(self.app_key, self.secret_key) File "D:/AnyCode/python/Robot3D/BaiduVoiceAPI_Python-master/baidu.py", line 26, in...
how to install in windows?
I didn't realize pyaudio was listed as a requirement. I was able to install on linux and run. mpg123 must be installed. sudo apt-get install mpg123 You may want to...
response = urlopen("https://openapi.baidu.com/oauth/2.0/token", data=urlencode(data))