при запуске сервера python3.5 manage.py runserver , выскакивает след. ошибка
....................
File "/usr/local/lib/python3.5/site-packages/django/db/backends/mysql/base.py", line 28, in <module>
raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e)
django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb module: No module named 'MySQLdb'
Пробую устанавливать так :
Terminal:alexander@alexander-Lenovo-G505:~/Numero_Project/turon-out.pro$ sudo pip3.5 install MySQl-python
The directory '/home/alexander/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/alexander/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied (use --upgrade to upgrade): MySQl-python in /usr/local/lib/python2.7/dist-packages
Он установлен для python2.7 а мне нужно 3.5