neural-style
neural-style copied to clipboard
fatal error: readline/readline.h: No such file or directory
fatal error when use ./install.sh from INSTALL.md step 1 gcc -O2 -fPIC -I/root/custom/torch/distro/install/include -c readline.c -o readline.o readline.c:8:31: fatal error: readline/readline.h: No such file or directory
ubuntu server 16.04 LTS
work for me - sudo apt-get install libreadline-dev
work fo me too @teror4uks
Does anyone have any updates on this ?
@sonicaj It can be fixed, I see in https://github.com/torch/distro/blob/master/install-deps inubuntu
section this package libreadline-dev
.
works for me too.
worked - ubuntu 18.04
Not working because I don't have root access.
how to install it in windows
works for ubuntu20 too