Skip to content Skip to sidebar Skip to footer

Error While Installing Mysql Using Pip (python)

i'm new boy in python, recently i am starting to understand Django, for some basic functonality i have to use pip, while i try to install some package using pip it Give error live

Solution 1:

i got it, Remove All Version Of python, And Install 2.7 , pip, Then Dowanload

**

MySQL_python-1.2.5-cp27-none-win32.whl

**

from http://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python

and run command As Belove

pip install MySQL_python-1.2.5-cp27-none-win32.whl

Post a Comment for "Error While Installing Mysql Using Pip (python)"