Skip to content

Missing dependencies when installing from pypi #184

Description

@Looby72

Currently the download from pypi is missing some dependencies that make it impossible to build the python module.

When trying to use pip install pysame the following error occurs:

CMake Error at CMakeLists.txt:77 (add_subdirectory):
        add_subdirectory given source "third_party/gflags" which is not an existing
        directory.

      
      ---Building benchmarks 
      ---Done building benchmarks
      CMake Error at CMakeLists.txt:111 (add_subdirectory):
        add_subdirectory given source "third_party/pybind11" which is not an
        existing directory.

      
      CMake Error at CMakeLists.txt:112 (pybind11_add_module):
        Unknown CMake command "pybind11_add_module".

In detail the submodules included in the /third_party directory are missing in the source tree downloaded from pypi.

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