ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 224 forks source link

Rasterio import fails for environments created with rasterio #6752

Open kalefranz opened 7 years ago

kalefranz commented 7 years ago

From @hsparra on July 10, 2017 18:57

On CentOS 6, creating an environment for rasterio fails:

conda create -n rasterio rasterio
source activate rasterio
python -c "import rasterio" 

This results in

ImportError: libjpeg.so.8: cannot open shared object file: No such file or direct

A similar error occurs on OS X, Library not loaded: @rpath/libmfhdf.0.dylib

Copied from original issue: conda/conda#5671

kalefranz commented 7 years ago

From @hsparra on October 18, 2017 16:2

Any updates on this?

hsparra commented 7 years ago

@kalefranz, still failing for me. Just tried today on OS X and on a CentOS docker image. It failed for both. I also tried the 1.0a9 version from the DigitalGlobe channel and it also failed. Linux still gets the libjpeg.so.8 error.

astrofrog commented 7 years ago

I'm seeing this too

csoja commented 6 years ago

There was a new upload of rasterio Nov 29th - are you still seeing it with that version?