--Hi,
- I'm using Windows 10 (64 bit)
- Installed Python 3.6.5 (64 bit) as normal.
- I followed Kivy's installation instructions (the stable version at the top of the documentation, not the development one).
- Installed KivEnt from the wheels in this link:
- Everything installed with no errors.
Testing:
- Open CMD.
- Write "python" to start the python console.
- Write "import kivent_core" and there's no error.
- Write "import kivent_cymunk" there's an error as cymunk can't be found.
- Write "import cymunk"
>>> import cymunkTraceback (most recent call last):File "<stdin>", line 1, in <module>File "C:\Python\Python36\cymunk-master\cymunk\__init__.py", line 1, in <module>from .cymunk import *ModuleNotFoundError: No module named 'cymunk.cymunk'
- Download cymunk from github master as a zip file and uncompress in the directory containing Python36
- Enter the cymunk-master directory (C:\Python\Python36\cymunk-master\)
- Write "setup.py install" and get a larger log ending as follows:
cymunk.cc:\python\python36\cymunk-master\cymunk\chipmunk/chipmunk.h(36): fatal error C1083: Cannot open include file: 'alloca.h': No such file or directoryerror: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Enterprise\\VC\\Tools\\MSVC\\14.10.25017\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
- Try to reinstall kivent_cymunk from the wheel again.
C:\Python\Python36>pip install KivEnt_Cymunk-1.0.0-cp36-cp36m-win_amd64.whlRequirement already satisfied: KivEnt-Cymunk==1.0.0 from file:///C:/Python/Python36/KivEnt_Cymunk-1.0.0-cp36-cp36m-win_amd64.whl in c:\python\python36\lib\site-packagesHow can I fix it?
You received this message because you are subscribed to the Google Groups "KivEnt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivent+unsubscribe@googlegroups.com.
To post to this group, send email to kiv...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivent/728d14b1-f882-4fbe-948b-4edcefecb007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
[build]
compiler = mingw32
copy C:\Windows\System32\vcruntime140.dll C:\Python36\libs\
or just go to C:\Windows\System32\copy **vcruntime140.dll**and paste it to C:\Python36\libs\
setup.py install
To unsubscribe from this group and stop receiving emails from it, send an email to kivent+un...@googlegroups.com.