Skip to content

Tag: cmake

Mix cython and cmake extensions in python setuptools

I have a python package with the following setup.py: I would like to know if I can call python setup.py build_ext –inplace and build each extension with the appropriate builder. I am aware of the cmdclass setup function argument but did not find a way to specify that build_ext should be used for the cyt…

Calling pipenv in CMake command ModuleNotFoundError

I am trying to generate C/C++ source files via a Python script using CMake, but am running into an issue where it appears that pipenv is not working as expected. I’ve attempted to create a simplified version of my real world example on my Github. The error I am receiving is: I’ve tried changing th…

Installation of dlib with pip fails on Windows 10

I tried a lot to install pip install dlib but it always shows an error and I reinstalled cmake. I got the error: Answer Here I got the error that line CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage set CMake path into environment varia…