kytea icon indicating copy to clipboard operation
kytea copied to clipboard

kytea.h not found when installing 0.1.5

Open jzonthemtn opened this issue 4 years ago • 1 comments

When installing 0.1.5:

  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Ilib/kytea -Iinclude -I/usr/include/python3.6m -c lib/kytea/mykytea_wrap.cxx -o build/temp.linux-x86_64-3.6/lib/kytea/mykytea_wrap.o
  In file included from lib/kytea/mykytea_wrap.cxx:3324:0:
  lib/kytea/mykytea.hpp:10:10: fatal error: kytea/kytea.h: No such file or directory
   #include <kytea/kytea.h>
            ^~~~~~~~~~~~~~~
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Python 3.6.9 on Ubuntu 18.04. If there's other information needed that would be helpful please let me know.

jzonthemtn avatar Mar 03 '20 12:03 jzonthemtn

I met this problem when I tried to install 0.1.7 and solved it by installing 0.1.5. Thus, I think you can try a previous version as well.

xndong avatar May 11 '22 03:05 xndong