Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kytea.h not found when installing 0.1.5 #28

Open
jzonthemtn opened this issue Mar 3, 2020 · 1 comment
Open

kytea.h not found when installing 0.1.5 #28

jzonthemtn opened this issue Mar 3, 2020 · 1 comment

Comments

@jzonthemtn
Copy link

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.

@xndong
Copy link

xndong commented May 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants