Skip to content

Installing fiona forces libgdal to update although it is then incompatible with gdal #401

@jorisvandenbossche

Description

@jorisvandenbossche

As an example, I try here to create an environment with fiona but with gdal 1.11.2. This tries to install libgdal 2.0.0, but this is incompatible with the installed gdal version, leading to import errors.

C:\Users\vdbosscj>conda create -n test-fiona gdal=1.11.2 fiona
Fetching package metadata: ....
Solving package specifications: ...............
Warning: 2 possible package resolutions (only showing differing packages):
        [u'cligj-0.2.0-py27_0.tar.bz2', u'fiona-1.6.0-np19py27_0.tar.bz2', u'gda
l-1.11.2-np19py27_1.tar.bz2', u'libgdal-2.0.0-0.tar.bz2'],
        [u'cligj-0.1.0-py27_0.tar.bz2', u'fiona-1.5.1-np19py27_0.tar.bz2', u'gda
l-1.11.2-np19py27_4.tar.bz2', u'libgdal-1.11.2-2.tar.bz2'],

Package plan for installation in environment C:\Anaconda\envs\test-fiona:

The following NEW packages will be INSTALLED:

    click:      4.1-py27_0
    cligj:      0.2.0-py27_0
    curl:       7.43.0-1
    fiona:      1.6.0-np19py27_0
    gdal:       1.11.2-np19py27_1    <------------
    hdf5:       1.8.15.1-2
    krb5:       1.13.2-0
    libgdal:    2.0.0-0       <-----------
    libnetcdf:  4.3.3.1-2
    numpy:      1.9.2-py27_0
    pip:        7.1.0-py27_0
    python:     2.7.10-0
    setuptools: 18.0.1-py27_0
    six:        1.9.0-py27_0
    zlib:       1.2.8-0

Proceed ([y]/n)? n

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions