On Wed, Jan 1, 2020, 15:59 Mohd Akram <[email protected]> wrote:

> i am using python 3.8 and django 1.11.22
>
> PS C:\WINDOWS\system32> *pip install mysqlclient*
> Collecting mysqlclient
>   Using cached
> https://files.pythonhosted.org/packages/d0/97/7326248ac8d5049968bf4ec708a5d3d4806e412a42e74160d7f266a3e03a/mysqlclient-1.4.6.tar.gz
> Installing collected packages: mysqlclient
>     Running setup.py install for mysqlclient ... error
>     ERROR: Command errored out with exit status 1:
>      command:
> 'c:\users\admin\appdata\local\programs\python\python38-32\python.exe' -u -c
> 'import sys, setuptools, tokenize; sys.argv[0] =
> '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-olk1oy74\\mysqlclient\\setup.py'"'"';
> __file__='"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-olk1oy74\\mysqlclient\\setup.py'"'"';f=getattr(tokenize,
> '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
> '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
> install --record
> 'C:\Users\Admin\AppData\Local\Temp\pip-record-gq4a004x\install-record.txt'
> --single-version-externally-managed --compile
>          cwd:
> C:\Users\Admin\AppData\Local\Temp\pip-install-olk1oy74\mysqlclient\
>     Complete output (30 lines):
>     running install
>     running build
>     running build_py
>     creating build
>     creating build\lib.win32-3.8
>     creating build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\__init__.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\_exceptions.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\compat.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\connections.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\converters.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\cursors.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\release.py -> build\lib.win32-3.8\MySQLdb
>     copying MySQLdb\times.py -> build\lib.win32-3.8\MySQLdb
>     creating build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\__init__.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\CLIENT.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\CR.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\ER.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\FIELD_TYPE.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     copying MySQLdb\constants\FLAG.py ->
> build\lib.win32-3.8\MySQLdb\constants
>     running build_ext
>     building 'MySQLdb._mysql' extension
>     creating build\temp.win32-3.8
>     creating build\temp.win32-3.8\Release
>     creating build\temp.win32-3.8\Release\MySQLdb
>     C:\Program Files (x86)\Microsoft Visual
> Studio\2019\BuildTools\VC\Tools\MSVC\14.24.28314\bin\HostX86\x86\cl.exe /c
> /nologo /Ox /W3 /GL /DNDEBUG /MD -Dversion_info=(1,4,6,'final',0)
> -D__version__=1.4.6 "-IC:\Program Files (x86)\MySQL\MySQL Connector C
> 6.1\include\mariadb"
> -Ic:\users\admin\appdata\local\programs\python\python38-32\include
> -Ic:\users\admin\appdata\local\programs\python\python38-32\include
> "-IC:\Program Files (x86)\Microsoft Visual
> Studio\2019\BuildTools\VC\Tools\MSVC\14.24.28314\include" "-IC:\Program
> Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" "-IC:\Program Files
> (x86)\Windows Kits\10\include\10.0.18362.0\ucrt" "-IC:\Program Files
> (x86)\Windows Kits\10\include\10.0.18362.0\shared" "-IC:\Program Files
> (x86)\Windows Kits\10\include\10.0.18362.0\um" "-IC:\Program Files
> (x86)\Windows Kits\10\include\10.0.18362.0\winrt" "-IC:\Program Files
> (x86)\Windows Kits\10\include\10.0.18362.0\cppwinrt" /TcMySQLdb/_mysql.c
> /Fobuild\temp.win32-3.8\Release\MySQLdb/_mysql.obj /Zl
> /D_CRT_SECURE_NO_WARNINGS
>     _mysql.c
>     MySQLdb/_mysql.c(29): *fatal error C1083: Cannot open include file:
> 'mysql.h': No such file or directory*
> *    error: command 'C:\\Program Files (x86)\\Microsoft Visual
> Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.24.28314\\bin\\HostX86\\x86\\cl.exe'
> failed with exit status 2*
>     ----------------------------------------
> ERROR: Command errored out with exit status 1:
> 'c:\users\admin\appdata\local\programs\python\python38-32\python.exe' -u -c
> 'import sys, setuptools, tokenize; sys.argv[0] =
> '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-olk1oy74\\mysqlclient\\setup.py'"'"';
> __file__='"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-olk1oy74\\mysqlclient\\setup.py'"'"';f=getattr(tokenize,
> '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',
> '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))'
> install --record
> 'C:\Users\Admin\AppData\Local\Temp\pip-record-gq4a004x\install-record.txt'
> --single-version-externally-managed --compile Check the logs for full
> command output.
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/8261e691-3f67-4c14-a4e7-ee1094fa2653%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/8261e691-3f67-4c14-a4e7-ee1094fa2653%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN793KoNx9ECrgYNSL3N4WihgboYfjckYoHOnNYK5m3iebSS3g%40mail.gmail.com.

Reply via email to