Cmake is not able to find Python-libraries

后端 未结 10 1546
太阳男子
太阳男子 2020-12-02 16:53

Getting this error:

sudo: unable to resolve host coderw@ll
-- Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
CMake Error at /usr         


        
10条回答
  •  北荒
    北荒 (楼主)
    2020-12-02 17:18

    For me was helpful next:

    > apt-get install python-dev python3-dev
    

提交回复
热议问题