hap.py
hap.py copied to clipboard
Issue with installation: ** No targets specified and no makefile found. Stop."
Upon running "python install.py ~/hap.py-install", I get the following error message:
-- Configuring incomplete, errors occurred!
See also "/tmp/buildMYGaCE/CMakeFiles/CMakeOutput.log".
cd /tmp/buildMYGaCE && make -j16
make: *** No targets specified and no makefile found. Stop.
Traceback (most recent call last):
File "install.py", line 298, in
I also have the same issue. Do you find the solution to solve this error?
install CMake and required packages that resolved the this error.