|
From: <rba...@mu...> - 2021-02-17 15:20:50
|
2021.02.17
Salut,
The problem:
rbc@v320:~/Python/PyX-0.15$ python3 setup.py install
/usr/local/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/usr/local/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'extras_require'
warnings.warn(msg)
running install
running build
running build_py
running build_ext
building 'pyx.pykpathsea' extension
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/local/include/python3.9 -c pyx/pykpathsea.c -o build/temp.linux-x86_64-3.9/pyx/pykpathsea.o
pyx/pykpathsea.c:21:31: fatal error: kpathsea/tex-file.h: Aucun fichier ou dossier de ce type
#include <kpathsea/tex-file.h>
^
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
Is there a solution?
René Bastian
|