Skip to content

Dependency issues building gtfs-etl image locally on ARM architecture #20

Open
@ShayAdler

Description

@ShayAdler

Ran docker-compose -f docker-compose.yaml -f docker-compose-dev.yaml build gtfs-etl locally, and encountered several dependencies issues -

  • gdal -
    #10 21.46 Collecting fiona>=1.8 #10 21.54 Downloading Fiona-1.8.21.tar.gz (1.0 MB) #10 21.58 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 32.2 MB/s eta 0:00:00 #10 21.65 Preparing metadata (setup.py): started #10 21.75 Preparing metadata (setup.py): finished with status 'error' #10 21.76 error: subprocess-exited-with-error #10 21.76 #10 21.76 × python setup.py egg_info did not run successfully. #10 21.76 │ exit code: 1 #10 21.76 ╰─> [2 lines of output] #10 21.76 Failed to get options via gdal-config: [Errno 2] No such file or directory: 'gdal-config' #10 21.76 A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. #10 21.76 [end of output]
    Editing the dockerfile to resolved those errors -
    Dockerfile.txt

  • Up to the next one - plyvel, got this error which I haven't had time to resolve yet, seems like a dependencies version incompatibility issue-
    plyvel_error.txt

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