error 3

subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j8']' returned non-zero exit status 2.

Docker Ubuntu 컨테이너에서 setuptools 의 setup function 을 사용하다가 다음과 같은 에러가 발생하였다. ... File "setup.py", line 32, in run self.build_extension(ext) File "setup.py", line 58, in build_extension subprocess.check_call(['cmake', '--build', '.'] + build_args, cwd=self.build_temp) File "/opt/conda/envs/assembly/lib/python3.7/subprocess.py", line 328, in check_call raise CalledProcessError(retcode, cmd) subproce..

OS/Error 2022.12.20

CMake Error at CMakeLists.txt:6 (project): No CMAKE_CXX_COMPILER could be found.

Docker 컨테이너에서 python setuptools 모듈의 setup 을 사용하다가 다음과 같은 오류가 발생하였다. -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:6 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in th..

OS/Error 2022.12.20