nnarain / gameboycore-python

Python Bindings for GameboyCore
MIT License
5 stars 2 forks source link

Build error while installing source distribution #31

Closed nnarain closed 5 years ago

nnarain commented 6 years ago
In file included from src/python/gameboycore_module.cpp:9:0:
  src/python/gameboycore_python.h:4:31: fatal error: pybind11/pybind11.h: No such file or directory
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

However, the build retries and succeeds the second time.

To be more explicit:

pip install pybind11
pip install gameboycore