We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In version 0.1.0, pymysql.connect is not a context manager, so our with won't work.
pymysql.connect
with
https://github.com/DHI-GRAS/terracotta/blob/ec351a05fd4fb76133219d62fdd1f5450f7abfff/terracotta/drivers/mysql.py#L260
There is an open PR fixing that PyMySQL/PyMySQL#886. Until it is merged, users should pip install pymysql==0.9.3.
pip install pymysql==0.9.3
The text was updated successfully, but these errors were encountered:
add maximum vesion for pymysql (#185)
8ce24af
Successfully merging a pull request may close this issue.
In version 0.1.0,
pymysql.connect
is not a context manager, so ourwith
won't work.https://github.com/DHI-GRAS/terracotta/blob/ec351a05fd4fb76133219d62fdd1f5450f7abfff/terracotta/drivers/mysql.py#L260
There is an open PR fixing that PyMySQL/PyMySQL#886. Until it is merged, users should
pip install pymysql==0.9.3
.The text was updated successfully, but these errors were encountered: