Changes between Initial Version and Version 1 of Ticket #32014


Ignore:
Timestamp:
Sep 17, 2020, 7:08:54 AM (4 years ago)
Author:
Mariusz Felisiak
Comment:

Please don't use Trac as a support channel. Also you have an issue with mysqlclient not with Django.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32014

    • Property Easy pickings unset
    • Property Resolutioninvalid
    • Property Severity Release blockerNormal
    • Property Status newclosed
  • Ticket #32014 – Description

    initial v1  
    33like
    44
    5 ""
     5{{{
    66File "/usr/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 36, in <module>
    77    raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__)
    88django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.7.11.None.
    9 
    10 ""
     9}}}
    1110
    1211I installed latest version by pip install mysqlclient
    1312
    1413then im gettion this error,
    15 
     14{{{
    1615Collecting mysqlclient
    1716  Using cached https://files.pythonhosted.org/packages/a5/e1/e5f2b231c05dc51d9d87fa5066f90d1405345c54b14b0b11a1c859020f21/mysqlclient-2.0.1.tar.gz
     
    2928        raise OSError("{} not found".format(_mysql_config_path))
    3029    OSError: mysql_config not found
    31    
     30}}}
    3231
    3332Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0uh58twu/mysqlclient/
Back to Top