I installed Python 3.4 by installing Anaconda. Now I would like to read data out of a MySQL database from Python. Hence I tried installing the Connector/Python 2.0.3 (https://dev.mysql.com/downloads/connector/python) for Python 3.4.
After it finishes downloading, it says "Python v3.4 not found". I looked it up online and came to the conclusion that something might be wrong with my environment variables. When copy pasting the location of IPython (in the Anaconda folder), i.e. C:\Users\Julie\Anaconda3\python.exe "C:\Users\Julie\Anaconda3\Scripts/ipython-script.py", as the PATH variable, I still get the same problem.
Does anybody know how to resolve this? Thank you in advance!
First go to the location of your conda.exe, for me it's:
cd C:\Program Files\Anaconda3\Scripts
Then install the package:
conda.exe install mysql-connector-python