Forums

MySQL 8 or later is required (found 5.7.41)

I got a NotSupportedError after setting up my database (MySql), and necessary configurations and reloading the web app. How do i upgrade to MySQL 8 from MySQL 5.7.41? or could you please help me upgrade it? Thank you. This is a free account.

We're in the process of rolling out support for MySQL 8. Are you using Django? If so, in the meantime you can use 4.1, and it should work fine with the existing MySQL servers.

I had the same exast issue. for me the solution was to install outside of virtual enviroment. so close the (venv) and run the installation. Hope this helps!