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

installation is failing with a fatal error #12

Open
mjasim opened this issue Oct 25, 2018 · 3 comments
Open

installation is failing with a fatal error #12

mjasim opened this issue Oct 25, 2018 · 3 comments

Comments

@mjasim
Copy link

mjasim commented Oct 25, 2018

Hi.

I tried to install pybm3d using pip but I am getting the following error.

  bm3d_src/iio.c: At top level:
  bm3d_src/iio.c:1209:23: fatal error: jpeglib.h: No such file or directory
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  
  ----------------------------------------
  Failed building wheel for pybm3d

Any suggestion how can I fix that?

@Jo-Pan
Copy link

Jo-Pan commented Jan 18, 2019

similar problem:

bm3d_src/iio.c:39:19: fatal error: png.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

@jmswaney
Copy link

I had a similar problem when first installing on Ubuntu and was able to fix it with:

sudo apt-get install libpng-dev
sudo apt-get install libjpeg-dev
sudo apt-get install libtiff-dev

@DejaYang
Copy link

similar problem
ubuntu 16.04, python3.7

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

4 participants