Docker build: problem in the Python environment
View options
- Truncate descriptions
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.


- Show labels
- Show closed items
Link items together to show that they're related.