Neural-style: fatal error: readline/readline.h: No such file or directory

Created on 21 Nov 2016  路  7Comments  路  Source: jcjohnson/neural-style

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

Most helpful comment

work for me - sudo apt-get install libreadline-dev

All 7 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Henry-Yan-HS picture Henry-Yan-HS  路  3Comments

sb8244 picture sb8244  路  7Comments

IAMJackal picture IAMJackal  路  11Comments

gravesee picture gravesee  路  6Comments

bestguy picture bestguy  路  12Comments