Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Database Foundations Installing MySQL Server and MySQL Workbench Installing MySQL Server and Workbench on Windows

Andrew Smith
Andrew Smith
10,947 Points

Does MySql work with Python 3.5 or only Python 3.4?

When I am trying to install MySql via the instructions from the Database Foundations course, I am missing the requirement for Python 3.4. I do have Python 3.5.2 installed, but that is not registering. Do I need to use Python 3.4 to operate databases? Are there ways around this problem?

1 Answer

Michael Hulet
Michael Hulet
47,912 Points

MySQL works with every version of any language, as long as there's an adapter for it. What are the errors you're getting? You should open a new question that focuses on that