-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mysql and Python 3.8 #390
Comments
Hmmm I'm not sure what's happening there. Can you share the list of table names in the given database? One of them might contain only special characters and get normalized to |
Wrong button, good morning :) |
If it helps, I can add the |
The only thing we're passing in there is Can you try and remove the |
You mean from:
to:
Same thing... |
Hmmm I really don't understand how this is caused by |
I am trying to use dataset with MySQL 8.
I noticed
MySQLDB
is not really supported on Python3 and I found mysqlclient, which replacesMySQLDB
for Python 3.When I run the following:
I get:
I get this error for basically all commands. Any ideas what this could be?
The text was updated successfully, but these errors were encountered: