Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing Kivent #243

Open
HobbitDur opened this issue Jul 6, 2017 · 3 comments
Open

Problem installing Kivent #243

HobbitDur opened this issue Jul 6, 2017 · 3 comments

Comments

@HobbitDur
Copy link

After some month waiting, i tried again to install kivEnt.
I got this after doing python setup.py build_ext install:

[INFO   ] [Logger      ] Record log in D:\Users\wk3056adm\.kivy\logs\kivy_17-07-06_44.txt
[INFO   ] [Kivy        ] v1.10.0
[INFO   ] [Python      ] v3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bit (Intel)]
Using distutils
running build_ext
building 'kivent_core.entity' extension
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -ID:\Users\wk3056adm\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\graphics -ID:\Users\wk3056adm\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\tools\gles_compat -ID:\Users\wk3056adm\AppData\Local\Programs\Python\Python36-32\lib\site-packages\kivy\include -ID:\Users\wk3056adm\AppData\Local\Programs\Python\Python36-32\include -ID:\Users\wk3056adm\AppData\Local\Programs\Python\Python36-32\include "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE" "-IC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\include\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\shared" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\um" "-IC:\Program Files (x86)\Windows Kits\8.1\include\\winrt" /Tckivent_core/entity.c /Fobuild\temp.win32-3.6\Release\kivent_core/entity.obj -std=gnu99 -ffast-math
cl▒: Ligne de commande warning D9002▒: option '-std=gnu99' inconnue ignor▒e
cl▒: Ligne de commande warning D9002▒: option '-ffast-math' inconnue ignor▒e
entity.c
c1: fatal error C1083: Impossible d'ouvrir le fichier source▒: 'kivent_core/entity.c'▒: No such file or directory
 error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2
@zhaoyun95
Copy link

I got this same error. I am using Windows 10 with Python v3.6.0. Any one has any suggestions? Thanks!

@zhaoyun95
Copy link

I eventually fixed it by following this post: https://groups.google.com/forum/#!topic/kivent/3-7W2elk3YE
Basically I installed Python 3.4.4 for windows and installed mingw32 as compiler. The kivy installation page has instructions on how to install mingw32 and make it your default compiler for site-packages.

@LennyPhoenix
Copy link

@LudovicGuerra install Cython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants