Advertisement
devangs3

Comet ML: SSL error on macOSP

Mar 18th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.70 KB | None | 0 0
  1. /usr/local/bin/python3.7 /Users/devang/PycharmProjects/myMLP/AHPT.py
  2. COMET ERROR: There's seem to be an issue with your system's SSL certificate bundle.This is likely a system wide issue that is not related to Comet.Please see more information here:https://www.comet.ml/docs/python-sdk/warnings-errors/
  3. Traceback (most recent call last):
  4.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/websocket/_app.py", line 254, in run_forever
  5.     proxy_type=proxy_type)
  6.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/websocket/_core.py", line 223, in connect
  7.     options.pop('socket', None))
  8.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/websocket/_http.py", line 126, in connect
  9.     sock = _ssl_socket(sock, options.sslopt, hostname)
  10.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/websocket/_http.py", line 260, in _ssl_socket
  11.     sock = _wrap_sni_socket(sock, sslopt, hostname, check_hostname)
  12.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/websocket/_http.py", line 239, in _wrap_sni_socket
  13.     server_hostname=hostname,
  14.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 412, in wrap_socket
  15.     session=session
  16.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 853, in _create
  17.     self.do_handshake()
  18.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1117, in do_handshake
  19.     self._sslobj.do_handshake()
  20. ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)
  21. COMET ERROR: Run will not be logged
  22. For more details, please refer to: https://www.comet.ml/docs/python-sdk/warnings-errors
  23. Traceback (most recent call last):
  24.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/comet_ml/experiment.py", line 393, in _start
  25.     self.alive = self._setup_streamer()
  26.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/comet_ml/__init__.py", line 244, in _setup_streamer
  27.     self._initialize_streamer(full_ws_url, initial_offset)
  28.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/comet_ml/__init__.py", line 292, in _initialize_streamer
  29.     self.ws_connection.wait_for_connection()
  30.   File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/comet_ml/connection.py", line 712, in wait_for_connection
  31.     raise ValueError("Could not connect to server after multiple tries.")
  32. ValueError: Could not connect to server after multiple tries.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement