You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/srv/projects/singer-io$ tap-mysql --config config.json --discover
Traceback (most recent call last):
File "/srv/projects/singer-io/venv/bin/tap-mysql", line 5, in
from tap_mysql import main
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/init.py", line 24, in
import tap_mysql.sync_strategies.binlog as binlog
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/sync_strategies/binlog.py", line 21, in
from tap_mysql.connection import connect_with_backoff, MySQLConnection, make_connection_wrapper
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/connection.py", line 17, in
match_hostname = ssl.match_hostname
^^^^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'match_hostname'
I used venv python 3.12.x
The text was updated successfully, but these errors were encountered:
/srv/projects/singer-io$ tap-mysql --config config.json --discover
Traceback (most recent call last):
File "/srv/projects/singer-io/venv/bin/tap-mysql", line 5, in
from tap_mysql import main
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/init.py", line 24, in
import tap_mysql.sync_strategies.binlog as binlog
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/sync_strategies/binlog.py", line 21, in
from tap_mysql.connection import connect_with_backoff, MySQLConnection, make_connection_wrapper
File "/srv/projects/singer-io/venv/lib/python3.12/site-packages/tap_mysql/connection.py", line 17, in
match_hostname = ssl.match_hostname
^^^^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'match_hostname'
I used venv python 3.12.x
The text was updated successfully, but these errors were encountered: