-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error: Unable to find a match: jasper jasper-devel ImageMagick #4
Comments
@andresrj |
When trying to build first_part of wrf-coop I get: The command '/bin/sh -c source /opt/rh/devtoolset-9/enable && cd ${NETCDF}/BUILD_DIR && tar -xf v1.5.1rel.tar.gz && cd netcdf4-python-1.5.1rel/ && export LD_LIBRARY_PATH=${NETCDF}/lib:${LD_LIBRARY_PATH} && export NETCDF4_DIR=${NETCDF} && export HDF5_DIR=/usr/local && python setup.py build && CPPFLAGS="-I${NETCDF}/include -I/usr/local/include" LDFLAGS="-L${NETCDF}/lib -L/usr/local/lib" python setup.py install && echo dummy printout to keep travis happy ncf4-python install' returned a non-zero code: 1 |
I got the same error: I Just |
@tsjsdbd @andresrj |
@andresrj @tsjsdbd @davegill I ran into this error. The fix is to change Dockerfile's FROM to pin to centos:7 rather than centos:latest. In the latest centos version (as of May 2021), some of the packages are no longer present. Pinning to the earlier version of centos for the base image solved this issue for me. |
Thank you! :) |
No match for argument: ImageMagick
Error: Unable to find a match: jasper jasper-devel ImageMagick
The command '/bin/sh -c yum -y install file gcc gcc-gfortran gcc-c++ glibc.i686 libgcc.i686 libpng-devel jasper jasper-devel hostname m4 make perl tar bash tcsh time wget which zlib zlib-devel openssh-clients openssh-server net-tools fontconfig libgfortran libXext libXrender ImageMagick sudo epel-release' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered: