Pip install mysql connector
=> http://ranlidulfi.nnmcloud.ru/d?s=YToyOntzOjc6InJlZmVyZXIiO3M6MjE6Imh0dHA6Ly9iaXRiaW4uaXQyX2RsLyI7czozOiJrZXkiO3M6Mjc6IlBpcCBpbnN0YWxsIG15c3FsIGNvbm5lY3RvciI7fQ==
Like with the Mac folks, you have 32-bit and 64-bit options. You might think this makes things easier, but it does not. It handles all requirements and prerequisites, configurations, and upgrades.
I've install virtualenv and after activation then I run pip install mysql-connector-python, but when I run my app I get an error: ImportError: No module named mysql. Either one will make your life easier. Some of this info I found in the docs, others on stackoverflow, some is my guessing.
For packaging types that have separate distribution files, install either one or both packages. That's where it gets sticky. It handles all requirements and prerequisites, configurations, and upgrades. This entry was posted in , and tagged , , , , , by. The must be installed on your system. This removes the requirement for schema design, normalization, foreign keys, constrains, and data types. Thanks in advance for any help! My env details - Python 2. I have always used mysql-connector-python with django 1.
software installation - For packaging types that have separate distribution files, install either one or both packages.
It's easy to do, but hard to remember the correct spelling: pip install mysqlclient If you need 1. Some hints on how to install these on various platforms: Ubuntu 14, Ubuntu 16, Debian 8. If you instead try and install the 32-bit version, I think you get the unsupported wheel error in comments below. I understand the question is via pip but I personally wasn't able to solve it by using pip. Hence i just shared my workaround which fixed the issue for me. I am using centos 6. Also once done with yum installation I was able to install via pip without any errors. Follow these steps if you are on Windows. Another way is the answer of bob90937. I am here to do something to add. If you have Windows installed on your system then type the following command on cmd : pip install mysql-connector if the above command does not work try using: pip install mysql-connector-python Now,if the above commands do not get the work done, try using: pip install mysql-connector-python-rf That's it you are good to go now. pip install mysql connector