- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 91
 
Closed
Labels
Description
Describe the bug
Using PyMySQL 0.10.0 (which is as installed by PyPI), an exception is raised immediately when running
To Reproduce
- Open a fresh venv and install with 
pip install pg_chameleon - Type 
chameleonorpython -m pg_chameleon - An exception is raised: 
ImportError: cannot import name 'charset_to_encoding' 
Expected behavior
No exception should appear. Program should run with the requirements as installed
Environment(please complete the following information):
- OS: Linux Mint 20
 - MySQL: 8 but not necessary
 - PostgreSQL: 12 but not necessary
 - Python: 3.6.11 and 3.8.2
 
Additional context
PyMySQL 0.9.3 works fine. Requirements just need changing so that 0.9.3 is installed instead of 0.10.0 when this package is installed