-
Notifications
You must be signed in to change notification settings - Fork 60
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
jasper missing in pillow yaml file #927
Comments
I really cannot figure out what's going wrong here. For now I removed the It seems that the compilation of |
It looks like grib_api and pillow need different versions of openjpeg. grib_api needs 1.5 or earlier whereas pillow works with openjpeg 2.1. I looked more closely at why things work on my machine, and it's because I use openjpeg 2.1 in hashstack but the grib_api configure script is finding openjpeg 1.5 on my system. For now I would just try things without jpeg support in pillow. |
Yes, I can confirm that if I install openjpeg2 on my system, pillow works. I was mislead into thinking that it's due to jasper. I am installing on a very fresh system, so it doesn't have very many things installed. It's a bit of a test for hashdist. Wouldn't it be just enough then to actually create a separate package openjpeg2 and add it as a dependency? |
Yes, that would work. I was just trying to eliminate possible sources of confusion with multiple openjpeg packages, but I don't see a good way around it. |
It seems that
pillow
cannot see JPEG2000 codecs.I've already added
jasper
tobuild
in yaml file and added the include and lib directories, but that has not resolved it.The text was updated successfully, but these errors were encountered: