csvsql mysql dependency not Python 3 compat
Created by: RogerWebb
When executing a csvsql command against a mysql database, a screen is displayed indicating that a mysql backend must be installed. Running the suggested command "pip install MySQL-python" fails with the following error:
ModuleNotFoundError: No module named 'ConfigParser'
It appears the suggested dependency is not Python 3 compatible. Is there a work-around that is? Regardless, the suggested dependency cannot be installed.