Thanks to visit codestin.com
Credit goes to github.com

Skip to content

error with pymysql 0.10.0 #325

Open
Open
@zy9306

Description

@zy9306
......
/usr/local/lib/python3.6/site-packages/pymysqlreplication/__init__.py:23: in <module>
    from .binlogstream import BinLogStreamReader
/usr/local/lib/python3.6/site-packages/pymysqlreplication/binlogstream.py:10: in <module>
    from .packet import BinLogPacketWrapper
/usr/local/lib/python3.6/site-packages/pymysqlreplication/packet.py:7: in <module>
    from pymysqlreplication import constants, event, row_event
/usr/local/lib/python3.6/site-packages/pymysqlreplication/row_event.py:9: in <module>
    from pymysql.charset import charset_to_encoding
E   ImportError: cannot import name 'charset_to_encoding'

seems that pymysql0.10.0 has no charset_to_encoding in charset

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions