Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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