You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
First, kitech/PyTox.git@master has already merged to aitjcize/PyTox@master, just use the latter repo.
I don't have a windows system computer, can't test for you. maybe you can try linux system for test.
But it's seems the -Wno-declaration-after-statement param only for gcc, you can try open setup.py and remove this param, then recompile it.
python.exe -m pip install git+https://github.com/kitech/PyTox.git@master
...\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\include -IC:\Python27\PC /Tcpytox/pytox.c /Fobuild\temp.win32-2.7\Release\pytox/pytox.obj -Wall -Wno-declaration-after-statement -DENABLE_AV
cl : Command line error D8021 : invalid numeric argument '/Wno-declaration-after-statement'
Anybody an idea?
The text was updated successfully, but these errors were encountered: