anopara / genetic-drawing

A genetic algorithm toy project for drawing
MIT License
2.18k stars 197 forks source link

Can't run: "GeneticDrawing.ipynb: line 78: syntax error: unexpected end of file" #13

Open pe912 opened 4 years ago

pe912 commented 4 years ago

Hi, I can't run genetic drawing. The following prerequisites are installed: opencv 4.4.0-1 python2-numpy 1.16.6-1, python-numpy 1.19.1-1 python-matplotlib 3.3.1-1 Jupyter Notebook 6.1.1-1 glib2 2.64.5-1

shortened terminal output of $ ./GeneticDrawing.ipynb

In file included from ../../../../../../../../../usr/include/glib-2.0/glib/galloca.h:32:
../../../../../../../../../usr/include/glib-2.0/glib/gtypes.h:32:10: fatal error: 'glibconfig.h' file not found
#include <glibconfig.h>
         ^~~~~~~~~~~~~~

...

1 error generated.
make: *** [makefile:14: nfd_gtk.o] Error 1
make: *** Waiting for unfinished jobs....

...

43 warnings generated.
Build time: 0m 4s
Compilation failed.
==> ERROR: A failure occurred in build().
    Aborting...

Please help.