Chia-Network / bls-signatures

BLS signatures in C++, using the blst library for BLS12-381
Apache License 2.0
292 stars 211 forks source link

Cmake Error in python-bindings/CMakeLists.txt #437

Closed kofi-dalvik closed 9 months ago

kofi-dalvik commented 9 months ago
CMake Error in python-bindings/CMakeLists.txt:
  Imported target "pybind11::module" includes non-existent path

    "/usr/include/python3.8"

  in its INTERFACE_INCLUDE_DIRECTORIES. 

While building for python3.8 I encountered this issue which I solved by installing python3.8-dev lacking in environment.

I am creating this issue in case someone else gets a similar problem.

kofi-dalvik commented 9 months ago

Closing this issue since it's solved trivially.