KittiBox icon indicating copy to clipboard operation
KittiBox copied to clipboard

Windows make error - Package python was not found in the pkg-config search path.

Open anonym24 opened this issue 8 years ago • 1 comments

$ make
pip install runcython
Requirement already satisfied: runcython in d:\programfiles\conda\lib\site-pacges
Requirement already satisfied: Cython>=0.10 in d:\programfiles\conda\lib\site-ckages (from runcython)
makecython++ stitch_wrapper.pyx "" "stitch_rects.cpp ./hungarian/hungarian.cpp
Package python was not found in the pkg-config search path.
Perhaps you should add the directory containing `python.pc'
to the PKG_CONFIG_PATH environment variable
No package 'python' found
stitch_wrapper.cpp:4:20: fatal error: Python.h: No such file or directory
 #include "Python.h"
                    ^
compilation terminated.
make: *** [all-python2] Error 1

I have python 3.6.1, what could be a problem?

anonym24 avatar Sep 18 '17 14:09 anonym24

On Windows:

C:\projects\Kitti\KittiBox\submodules\utils>python setup.py build_ext --inplace
Compiling pytestclass.pyx because it changed.
Compiling _test.pyx because it changed.
[1/2] Cythonizing _test.pyx
[2/2] Cythonizing pytestclass.pyx
running build_ext
building 'utils.pytestclass' extension
error: Unable to find vcvarsall.bat

https://github.com/Khaos/DD2017/tree/kittiEdit/Code/KittiBox#kittibox------implementation-on-windows10-geforce960

anonym24 avatar Sep 19 '17 09:09 anonym24