Skip to content

Resolved "Error dh_install: Cannot find (any matches for) "usr/lib/python2*" #30

@ghost

Description

The solution to the problem should not be found in the python components, but rather in the cmake compilation system, to solve the problem it is sufficient to add the two directives find_package(PythonInterp 2.7 REQUIRED), and
find_package(PythonLibs 2.7 REQUIRED) to CMakeLists.txt file of the libarea source pack, perhaps immediately after the endif(NOT BUILD_TYPE).

......
endif(NOT BUILD_TYPE)
--- here is good ---------
find_package(PythonInterp 2.7 REQUIRED)
find_package(PythonLibs 2.7 REQUIRED)

Eugenio Palumbo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions