Hi, sorry but I tryed to install mysqlclient-1.3.6-cp34-none-win_amd64.whl 
using pip (pip install mysqlclient-1.3.6-cp34-none-win_amd64.whl) and I 
can't, the pip launch de exceptio UnsupportedWheel, I have installed 
Python3.4.2 in Windows8.1 and I don't know if the error happens by a 
version problem. I really need some help. Thanks 
ERROR LOG REPORT:
C:\Python34\Scripts\pip run on 05/20/15 10:50:28
mysqlclient-1.3.6-cp34-none-win_amd64.whl is not a supported wheel on this 
platform.
Exception information:
Traceback (most recent call last):
  File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main
    status = self.run(options, args)
  File "C:\Python34\lib\site-packages\pip\commands\install.py", line 257, 
in run
    InstallRequirement.from_line(name, None))
  File "C:\Python34\lib\site-packages\pip\req.py", line 167, in from_line
    raise UnsupportedWheel("%s is not a supported wheel on this platform." 
% wheel.filename)
pip.exceptions.UnsupportedWheel: mysqlclient-1.3.6-cp34-none-win_amd64.whl 
is not a supported wheel on this platform.

On Tuesday, November 4, 2014 at 7:37:14 AM UTC-5, Tim Graham wrote:
>
> mysqlclient is available here: https://pypi.python.org/pypi/mysqlclient
>
> I just fixed the missing links in Django's database documentation -- sorry 
> for the confusion.
>
> On Monday, November 3, 2014 12:56:27 PM UTC-5, [email protected] wrote:
>>
>> On Mon, Nov 3, 2014 at 12:42 PM, Leandro Zanuz <[email protected]> wrote: 
>> > 
>> > You can download it on mysql official website: 
>> > 
>> > http://dev.mysql.com/downloads/connector/python/ 
>>
>> Yes, I know that. I am looking for mysqlclient 
>>
>> > 
>> > 
>> > 2014-11-03 15:10 GMT-02:00 Larry Martell <[email protected]>: 
>> >> 
>> >> On Mon, Nov 3, 2014 at 11:13 AM,  <[email protected]> wrote: 
>> >> > 
>> >> > Yes, mysql-python-connector works fine with python3.4.2. 
>> >> > 
>> >> > I'm using it and no problems until now. 
>> >> 
>> >> Thanks for the reply. Do you know where I can download it from? 
>> >> 
>> >> > 
>> >> > 
>> >> > Em segunda-feira, 3 de novembro de 2014 13h55min25s UTC-2, 
>> >> > [email protected] escreveu: 
>> >> >> 
>> >> >> So it seems MySQLdb doesn't support python3, and I see this on the 
>> >> >> django 
>> >> >> site: 
>> >> >> 
>> >> >> mysqlclient is a fork of MySQLdb which notably supports Python 3 
>> and 
>> >> >> can be used as a drop-in replacement for MySQLdb. At the time of 
>> this 
>> >> >> writing, this is the recommended choice for using MySQL with 
>> Django. 
>> >> >> 
>> >> >> mysqlclient 
>> >> >> 
>> >> >> Django requires mysqlclient 1.3.3 or later. Note that Python 3.2 is 
>> >> >> not supported. Except for the Python 3.3+ support, mysqlclient 
>> should 
>> >> >> mostly behave the same as MySQLDB. 
>> >> >> 
>> >> >> So does this mean that mysqlclient does support python3.4? 
>> >> >> 
>> >> >> And how can I download a debian package for that? 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8a80a81f-fd2b-4cd1-8e83-e386919d9e76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to