home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 1649994877

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
1649994877 I_kwDOAMm_X85iWOx9 7705 Using xarray in Docker on a mac fails with "No such file or directory: 'gdal-config'" 18679628 closed 0     6 2023-03-31T20:35:22Z 2023-05-04T20:07:27Z 2023-04-03T15:52:04Z NONE      

What is your issue?

Hi,

This is my docker file "Dockerfile": FROM python:3.11.2-slim RUN /usr/local/bin/python -m pip install --upgrade pip RUN pip install xarray[io]

Which is built with this command: docker build -t "name:Dockerfile" .

My docker version is: Docker version 20.10.23, build 7155243

And I'm running macOS Ventura 13.3

Error message: ```

6 11.79 Downloading rasterio-1.3.6.tar.gz (408 kB)

6 11.83 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 408.5/408.5 kB 12.4 MB/s eta 0:00:00

6 11.86 Installing build dependencies: started

6 14.05 Installing build dependencies: finished with status 'done'

6 14.05 Getting requirements to build wheel: started

6 14.17 Getting requirements to build wheel: finished with status 'error'

6 14.17 error: subprocess-exited-with-error

6 14.17

6 14.17 × Getting requirements to build wheel did not run successfully.

6 14.17 │ exit code: 1

6 14.17 ╰─> [2 lines of output]

6 14.17 WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or directory: 'gdal-config'

6 14.17 ERROR: 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.

6 14.17 [end of output]

```

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/7705/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed 13221727 issue

Links from other tables

  • 1 row from issues_id in issues_labels
  • 6 rows from issue in issue_comments
Powered by Datasette · Queries took 0.89ms · About: xarray-datasette