Changes between Initial Version and Version 1 of Ticket #32014
- Timestamp:
- Sep 17, 2020, 7:08:54 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32014
- Property Easy pickings unset
- Property Resolution → invalid
- Property Severity Release blocker → Normal
- Property Status new → closed
-
Ticket #32014 – Description
initial v1 3 3 like 4 4 5 "" 5 {{{ 6 6 File "/usr/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 36, in <module> 7 7 raise ImproperlyConfigured('mysqlclient 1.3.13 or newer is required; you have %s.' % Database.__version__) 8 8 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.13 or newer is required; you have 0.7.11.None. 9 10 "" 9 }}} 11 10 12 11 I installed latest version by pip install mysqlclient 13 12 14 13 then im gettion this error, 15 14 {{{ 16 15 Collecting mysqlclient 17 16 Using cached https://files.pythonhosted.org/packages/a5/e1/e5f2b231c05dc51d9d87fa5066f90d1405345c54b14b0b11a1c859020f21/mysqlclient-2.0.1.tar.gz … … 29 28 raise OSError("{} not found".format(_mysql_config_path)) 30 29 OSError: mysql_config not found 31 30 }}} 32 31 33 32 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-0uh58twu/mysqlclient/