Vytvorit cisty venv s pythonom 3.13.1. Balicek `pygit2` sa neskompiluje. ``` | running build_ext | generating cffi module 'build/temp.linux-x86_64-cpython-313/pygit2._libgit2.c' | creating build/temp.linux-x86_64-cpython-313 | building 'pygit2._pygit2' extension | creating build/temp.linux-x86_64-cpython-313/tmp/tmpu6_coa4i/pygit2-1.15.1/src | gcc -fno-strict-overflow -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -fcf-protection -fexceptions -fcf-protection -fexceptions -fcf-protection -fexceptions -O3 -fPIC -I/usr/local/include -I/tmp/tmp_86m19bh/.venv/include -I/usr/include/python3.13 -c /tmp/tmpu6_coa4i/pygit2-1.15.1/src/blob.c -o build/temp.linux-x86_64-cpython-313/tmp/tmpu6_coa4i/pygit2-1.15.1/src/blob.o | /tmp/tmpu6_coa4i/pygit2-1.15.1/src/blob.c:29:10: fatal error: Python.h: Adresář nebo soubor neexistuje | 29 | #include <Python.h> | | ^~~~~~~~~~ | compilation terminated. | error: command '/usr/bin/gcc' failed with exit code 1 ``` Testovane s pythonom 3.11. Funguje bez problemov.