Arguments:
datasets_root: None
models_dir: saved_models
cpu: False
seed: None
Exception in thread Thread-2:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1350, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1281, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1327, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1276, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1036, in _send_output
self.send(msg)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 976, in send
self.connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1443, in connect
super().connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 948, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 728, in create_connection
raise err
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/python/Real-Time-Voice-Cloning-master/utils/default_models.py", line 30, in download
urllib.request.urlretrieve(url, filename=target, reporthook=t.update_to)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1393, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
Exception in thread Thread-1:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1350, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1281, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1327, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1276, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1036, in _send_output
self.send(msg)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 976, in send
self.connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1443, in connect
super().connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 948, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 728, in create_connection
raise err
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/python/Real-Time-Voice-Cloning-master/utils/default_models.py", line 30, in download
urllib.request.urlretrieve(url, filename=target, reporthook=t.update_to)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1393, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
Exception in thread Thread-4:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1350, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1281, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1327, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1276, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1036, in _send_output
self.send(msg)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 976, in send
self.connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 1443, in connect
super().connect()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/http/client.py", line 948, in connect
(self.host,self.port), self.timeout, self.source_address)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 728, in create_connection
raise err
File "/home/human588/.conda/envs/audio_env/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)
OSError: [Errno 101] Network is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/home/human588/.conda/envs/audio_env/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/python/Real-Time-Voice-Cloning-master/utils/default_models.py", line 30, in download
urllib.request.urlretrieve(url, filename=target, reporthook=t.update_to)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1393, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/home/human588/.conda/envs/audio_env/lib/python3.7/urllib/request.py", line 1352, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
Traceback (most recent call last):
File "demo_toolbox.py", line 34, in <module>
ensure_default_models(args.models_dir)
File "/python/Real-Time-Voice-Cloning-master/utils/default_models.py", line 55, in ensure_default_models
f"Download for {target_path.name} failed. You may download models manually instead.\n" \
AssertionError: Download for encoder.pt failed. You may download models manually instead.
https://drive.google.com/drive/folders/1fU6umc5uQAVR2udZdHX-lDgXYzTyqG_j
最新发布