Open-EO / openeo-geopyspark-integrationtests

Integrationtests for GeoPyspark backend
Apache License 2.0
0 stars 0 forks source link

failing "Build test venv" step #22

Closed soxofaan closed 1 month ago

soxofaan commented 1 month ago

"Build test venv" started failing today

Collecting rasterio (from openeo-geopyspark-integrationtests==0.0.0)
  Downloading https://artifactory.vgt.vito.be/artifactory/api/pypi/python-packages/packages/packages/72/60/80f075e05e2ade12def9d65dc9f66b98519e52e5ac9ce1ba0aba1fbe73b5/rasterio-1.3.11.tar.gz (413 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'error'
  error: subprocess-exited-with-error

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      <string>:22: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
      WARNING:root:Failed to get options via gdal-config: [Errno 2] No such file or directory: 'gdal-config'
      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.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.

As far as I currently understand due to rasterio release of today, which does not provide python 3.8 wheels at the moment (?):

soxofaan commented 1 month ago

28d7379 should do it I hope

soxofaan commented 1 month ago

hmm build still failing

soxofaan commented 1 month ago

now it passed the "build test venv" step