Fehler bei Installation von Piper und whisper
Verfasst: Mi 17. Jan 2024, 11:54
Bei der Installation von Piper und whisper komme ich nicht weiter... vielleicht weiß jemand einen Rat?
- die Container starten immer wieder neu
angehängt habe ich den LOG von portainer
- openwakeword lies sich installieren und über wyoming protocol in HA integrieren
- habe schon einiges probiert
- aus den compose_templates die normalen piper und whisper codes genommme
- aus den compose_templates die wyoming-piper und wyoming-whisper codes genommen
- bei piper die sprachmodelle in der "command" Zeile geändert (2stück versucht, glaub englisch und irgendwas noch)
- pihole ausgemacht
- komplettes update mit dem Skript
- ich habe versucht die .onnx Dateien direkt in den Pi Ordner zu kopieren
Hat alles nichts gebracht...
vielleicht hat jemand eine Idee was ich noch probieren könnte oder
kann mir sagen was dieser Fehler bedeutet
Gruß
Marcus
- die Container starten immer wieder neu
angehängt habe ich den LOG von portainer
- openwakeword lies sich installieren und über wyoming protocol in HA integrieren
- habe schon einiges probiert
- aus den compose_templates die normalen piper und whisper codes genommme
- aus den compose_templates die wyoming-piper und wyoming-whisper codes genommen
- bei piper die sprachmodelle in der "command" Zeile geändert (2stück versucht, glaub englisch und irgendwas noch)
- pihole ausgemacht
- komplettes update mit dem Skript
- ich habe versucht die .onnx Dateien direkt in den Pi Ordner zu kopieren
Hat alles nichts gebracht...
vielleicht hat jemand eine Idee was ich noch probieren könnte oder
kann mir sagen was dieser Fehler bedeutet
Code: Alles auswählen
File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/download.py", line 152, in ensure_voice_exists
with urlopen(_quote_url(file_url)) as response, open(
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 209, in <module>
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 177, in main
await process_manager.get_process()
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/process.py", line 121, in get_process
onnx_path, config_path = find_voice(voice_name, self.args.data_dir)
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/download.py", line 183, in find_voice
raise VoiceNotFoundError(name)
wyoming_piper.download.VoiceNotFoundError: de_DE-thorsten-low
ERROR:wyoming_piper.download:Unexpected error while downloading files for de_DE-thorsten-low
Traceback (most recent call last):
File "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/usr/lib/python3.9/http/client.py", line 1417, in connect
super().connect()
File "/usr/lib/python3.9/http/client.py", line 921, in connect
self.sock = self._create_connection(
File "/usr/lib/python3.9/socket.py", line 822, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
File "/usr/lib/python3.9/socket.py", line 953, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/download.py", line 152, in ensure_voice_exists
with urlopen(_quote_url(file_url)) as response, open(
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1389, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 209, in <module>
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/__main__.py", line 177, in main
await process_manager.get_process()
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/process.py", line 121, in get_process
onnx_path, config_path = find_voice(voice_name, self.args.data_dir)
File "/usr/local/lib/python3.9/dist-packages/wyoming_piper/download.py", line 183, in find_voice
raise VoiceNotFoundError(name)
wyoming_piper.download.VoiceNotFoundError: de_DE-thorsten-low
Gruß
Marcus