Closed mhearne-usgs closed 5 years ago
@mhearne-usgs can you post the conda list
and conda info
for us to debug this?
condainfo.txt condalist.txt @ocefpaf I was able to reproduce this on my laptop (original issue was noticed on Travis, so hard to get this information.) conda info and list output attached as separate text files.
@mhearne-usgs I see defaults
on top of conda-forge
on your conda-info
and your libgdal is coming from defaults
on the conda-list
.
Please see https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge and https://conda-forge.org/docs/user/tipsandtricks.html#how-to-fix-it.
@ocefpaf, still getting same error even after putting conda-forge on top. info/install output attached again. conda_list.txt conda_info.txt
I still see packages from defaults. Do you have strict enabled in your .condarc? Are you pinning to a version that does not exist in conda-forge? How are you creating the env?
@ocefpaf neither my package nor any package that I created seems to be pinning to a particular version of libgdal. I have tried deleting defaults from my .condarc and it still grabs libgdal from defaults. Here is the conda create command we're using:
conda create -y -n gmprocess -c conda-forge --channel-priority gcc cython impactutils ipython jupyter libcomcat lxml matplotlib ''\''numpy<1.17'\''' 'obspy>=1.1.1' openpyxl openquake.engine pandas pyasdf pytest pytest-cov 'python>=3.6' pyyaml requests vcrpy
The pinning of numpy and obspy is necessary to avoid a recent change in numpy crashing code in obspy.
@ocefpaf This problem seems to be related to obspy:
https://github.com/conda-forge/obspy-feedstock/blob/master/recipe/meta.yaml#L52
This is (as I think you've noticed before) an old version of proj4, and it causes conflicts when I try to do something like:
conda create -n testgeo python=3.6 fiona obspy=1.1.1
I think we'll try contacting the obspy team to see if they can remove this dependency, since it seems tied to Basemap, which as we all know is on it's way out.
@ocefpaf This problem seems to be related to obspy:
Yes. obspy
is lagging behind :-/
Closing this b/c the problem is not with fiona
.
Issue: E ImportError: libpoppler.so.71: cannot open shared object file: No such file or directory
Environment (
conda list
):Details about
conda
and system (conda info
):