Skip to content
Snippets Groups Projects
Closed Docker build: problem in the Python environment
  • View options
  • Docker build: problem in the Python environment

  • View options
  • Closed Issue created by Guillaume Eynard-Bontemps

    When building, there is a warning:

    ERROR: scipy 1.10.1 has requirement numpy<1.27.0,>=1.19.5, but you'll have numpy 1.17.4 which is incompatible. ERROR: rasterio 1.3.8 has requirement numpy>=1.18, but you'll have numpy 1.17.4 which is incompatible.

    This warning is also present when running the image:

    /usr/local/lib/python3.8/dist-packages/scipy/init.py:143: UserWarning: A NumPy version >=1.19.5 and <1.27.0 is required for this version of SciPy (detected version 1.17.4) warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"

    Even if it does not seem to produce errors in the results, this should be corrected.

    Linked items 0

  • Link items together to show that they're related.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first