One step further…
Now, all the modules but the emotion_classification_deepy
skill installed successfully. Sometimes (about 50% of the tries), it fails already at the line with: RUN pip install --upgrade pip
- I don’t know why. The error message is the same as before. But the main error comes later.
At RUN python -m deeppavlov download emo_bert.json
, I get the following error report:
0.993 2024-10-07 10:52:38.309 INFO in 'deeppavlov.core.data.utils'['utils'] at line 97: Downloading from http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert to /mnt/c/Users/pavel.veselsky/DeepPavlov/Dream/models/emo_bert3.tar.gz
1.116 2024-10-07 10:52:38.432 WARNING in 'deeppavlov.core.data.utils'['utils'] at line 146: Download failed: HTTPSConnectionPool(host='files.deeppavlov.ai', port=443): Max retries exceeded with url: /deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)'))), retrying
1.116 2024-10-07 10:52:38.432 INFO in 'deeppavlov.core.data.utils'['utils'] at line 97: Downloading from http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert to /mnt/c/Users/pavel.veselsky/DeepPavlov/Dream/models/emo_bert3.tar.gz
1.246 2024-10-07 10:52:38.562 WARNING in 'deeppavlov.core.data.utils'['utils'] at line 146: Download failed: HTTPSConnectionPool(host='files.deeppavlov.ai', port=443): Max retries exceeded with url: /deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)'))), retrying
1.246 2024-10-07 10:52:38.562 INFO in 'deeppavlov.core.data.utils'['utils'] at line 97: Downloading from http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert to /mnt/c/Users/pavel.veselsky/DeepPavlov/Dream/models/emo_bert3.tar.gz
1.374 2024-10-07 10:52:38.690 WARNING in 'deeppavlov.core.data.utils'['utils'] at line 146: Download failed: HTTPSConnectionPool(host='files.deeppavlov.ai', port=443): Max retries exceeded with url: /deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)'))), retrying
1.374 2024-10-07 10:52:38.690 INFO in 'deeppavlov.core.data.utils'['utils'] at line 97: Downloading from http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz?config=emo_bert to /mnt/c/Users/pavel.veselsky/DeepPavlov/Dream/models/emo_bert3.tar.gz
1.509 Traceback (most recent call last):
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 466, in _make_request
1.509 self._validate_conn(conn)
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn
1.509 conn.connect()
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 730, in connect
1.509 sock_and_verified = _ssl_wrap_socket_and_match_hostname(
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 909, in _ssl_wrap_socket_and_match_hostname
1.509 ssl_sock = ssl_wrap_socket(
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/util/ssl_.py", line 469, in ssl_wrap_socket
1.509 ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname)
1.509 File "/usr/local/lib/python3.10/site-packages/urllib3/util/ssl_.py", line 513, in _ssl_wrap_socket_impl
1.509 return ssl_context.wrap_socket(sock, server_hostname=server_hostname)
1.509 File "/usr/local/lib/python3.10/ssl.py", line 513, in wrap_socket
1.509 return self.sslsocket_class._create(
1.509 File "/usr/local/lib/python3.10/ssl.py", line 1071, in _create
1.509 self.do_handshake()
1.509 File "/usr/local/lib/python3.10/ssl.py", line 1342, in do_handshake
1.509 self._sslobj.do_handshake()
1.509 ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)
1.509
1.509 During handling of the above exception, another exception occurred:
1.509
... (many paragraphs about other CERTIFICATE_VERIFY_FAILED errors) ...
------
failed to solve: process "/bin/sh -c python -m deeppavlov download emo_bert.json" did not complete successfully: exit code: 1
I tried to change the line to RUN python -m pip install http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz
With few lines operating the certificates (copy
, chmod 644
and pip config set global.cert
) the message changed:
0.558 Collecting http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz
3.097 Downloading http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz (1109.3 MB)
194.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 GB 5.7 MB/s eta 0:00:00
194.9 ERROR: Exception:
194.9 Traceback (most recent call last):
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1870, in gzopen
194.9 t = cls.taropen(name, mode, fileobj, **kwargs)
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1847, in taropen
194.9 return cls(name, mode, fileobj, **kwargs)
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1707, in __init__
194.9 self.firstmember = self.next()
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 2622, in next
194.9 raise e
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 2595, in next
194.9 tarinfo = self.tarinfo.fromtarfile(self)
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1285, in fromtarfile
194.9 buf = tarfile.fileobj.read(BLOCKSIZE)
194.9 File "/usr/local/lib/python3.10/gzip.py", line 301, in read
194.9 return self._buffer.read(size)
194.9 File "/usr/local/lib/python3.10/_compression.py", line 68, in readinto
194.9 data = self.read(len(byte_view))
194.9 File "/usr/local/lib/python3.10/gzip.py", line 488, in read
194.9 if not self._read_gzip_header():
194.9 File "/usr/local/lib/python3.10/gzip.py", line 436, in _read_gzip_header
194.9 raise BadGzipFile('Not a gzipped file (%r)' % magic)
194.9 gzip.BadGzipFile: Not a gzipped file (b'\xfd7')
194.9
194.9 The above exception was the direct cause of the following exception:
194.9
194.9 Traceback (most recent call last):
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper
194.9 status = _inner_run()
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run
194.9 return self.run(options, args)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 67, in wrapper
194.9 return func(self, options, args)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 379, in run
194.9 requirement_set = resolver.resolve(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 76, in resolve
194.9 collected = self.factory.collect_root_requirements(root_reqs)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 539, in collect_root_requirements
194.9 reqs = list(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 495, in _make_requirements_from_install_req
194.9 cand = self._make_base_candidate_from_link(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 232, in _make_base_candidate_from_link
194.9 self._link_candidate_cache[link] = LinkCandidate(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__
194.9 super().__init__(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__
194.9 self.dist = self._prepare()
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 235, in _prepare
194.9 dist = self._prepare_distribution()
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 314, in _prepare_distribution
194.9 return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 527, in prepare_linked_requirement
194.9 return self._prepare_linked_requirement(req, parallel_builds)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 598, in _prepare_linked_requirement
194.9 local_file = unpack_url(
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 180, in unpack_url
194.9 unpack_file(file.path, location, file.content_type)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py", line 326, in unpack_file
194.9 untar_file(filename, location)
194.9 File "/usr/local/lib/python3.10/site-packages/pip/_internal/utils/unpacking.py", line 179, in untar_file
194.9 tar = tarfile.open(filename, mode, encoding="utf-8")
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1817, in open
194.9 return func(name, filemode, fileobj, **kwargs)
194.9 File "/usr/local/lib/python3.10/tarfile.py", line 1874, in gzopen
194.9 raise ReadError("not a gzip file") from e
194.9 tarfile.ReadError: not a gzip file
------
failed to solve: process "/bin/sh -c python -m pip install http://files.deeppavlov.ai/deeppavlov_data/emotion_classification/emo_bert3.tar.gz" did not complete successfully: exit code: 2
This seems like exactly the same problem, that I failed to workaround earlier. As I appear to be the only one who can’t unzip the file to be downloaded, I suspect my company’s firewall of breaking it even with the correct certificate. But that’s strange… where else could be the problem?