Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-07-09 Thread Rupam Hazra
C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2. Please i need help. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from t

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-07-09 Thread Kasper Laudrup
Hi Rupam, On 07/09/2018 09:50 AM, Rupam Hazra wrote: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2. Please i need help. Which error message did the compiler (cl.exe) give you? Kind reg

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Rupam Hazra
Hi, I am stuck with this issue when i am installing mysqlclient this issue * C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.15.26726\bin\HostX86\x64\cl.exe /c /nologo /Ox* * /W3 /GL /DNDEBUG /MD -Dversion_info=(1,3,1,'final',1) -D__version__=1.3.1 "-IC:\Progra

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Kasper Laudrup
Hi Rupam, On 02/09/2018 15.15, Rupam Hazra wrote: Hi, I am stuck with this issue when i am installing mysqlclient this issue Installing mysqlclient from source on Windows is definitely not related to Django in any way, so you would be much better of asking your question on a mysql related

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Okware Aldo
Use pymysql package instead. On Sun, 2 Sep 2018, 17:04 Kasper Laudrup, wrote: > Hi Rupam, > > On 02/09/2018 15.15, Rupam Hazra wrote: > > Hi, > > > > I am stuck with this issue when i am installing mysqlclient this issue > > > > Installing mysqlclient from source on Windows is definitely not rel

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Gagan Kalia
What Python distribution are you using on windows? What command are you using when you see this error? On 02-Sep-2018 6:46 PM, "Rupam Hazra" wrote: Hi, I am stuck with this issue when i am installing mysqlclient this issue * C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Too

Re: Error: C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\BuildTools\\VC\\Tools\\MSVC\\14.14.26428\\bin\\HostX86\\x86\\cl.exe' failed with exit status 2

2018-09-02 Thread Rupam Hazra
hi I wan to install this pip install mysqlclient==1.3.12 and geting errors On Sunday, 2 September 2018 20:44:18 UTC+5:30, Gagan Kalia wrote: > > What Python distribution are you using on windows? What command are you > using when you see this error? > > On 02-Sep-2018 6:46 PM, "Rupam Hazra" >