destination-earth-digital-twins / DE330_Training_2024

1 stars 2 forks source link

pygdal installation failure #3

Open dhaumont opened 3 weeks ago

dhaumont commented 3 weeks ago

The README.md file mention to install the (optional) pygdal library. However, the instructions provided in the README do not work on LUMI correctly:

$ pip install pygdal=="`gdal-config --version`.*"

bash: gdal-config: command not found
ERROR: Could not find a version that satisfies the requirement pygdal==.* (from versions: 1.8.1.0, 1.8.1.1, 1.8.1.2, 1.8.1.3, 1.8.1.5, 1.8.1.6, 1.8.1.10, 1.8.1.12, 1.9.2.0, 1.9.2.1, 1.9.2.3, 1.9.2.5, 1.9.2.6, 1.9.2.10, 1.10.0.0, 1.10.0.1, 1.10.0.3, 1.10.0.5, 1.10.0.6, 1.10.0.10, 1.10.1.0, 1.10.1.1, 1.10.1.3, 1.10.1.5, 1.10.1.6, 1.10.1.10, 1.11.0.0, 1.11.0.1, 1.11.0.3, 1.11.0.5, 1.11.0.6, 1.11.0.10, 1.11.1.0, 1.11.1.1, 1.11.1.3, 1.11.1.5, 1.11.1.6, 1.11.1.10, 1.11.2.1, 1.11.2.3, 1.11.2.5, 1.11.2.6, 1.11.2.10, 1.11.3.3, 1.11.3.5, 1.11.3.6, 1.11.3.10, 1.11.4.3, 1.11.4.5, 1.11.4.6, 1.11.4.10, 1.11.5.3, 1.11.5.5, 1.11.5.6, 1.11.5.10, 2.0.0.3, 2.0.0.5, 2.0.0.6, 2.0.0.10, 2.0.1.3, 2.0.1.5, 2.0.1.6, 2.0.1.10, 2.0.2.3, 2.0.2.5, 2.0.2.6, 2.0.2.10, 2.0.3.3, 2.0.3.5, 2.0.3.6, 2.0.3.10, 2.1.0.3, 2.1.0.5, 2.1.0.6, 2.1.0.10, 2.1.1.3, 2.1.1.5, 2.1.1.6, 2.1.1.10, 2.1.2.3, 2.1.2.5, 2.1.2.6, 2.1.2.10, 2.1.3.3, 2.1.3.5, 2.1.3.6, 2.1.3.10, 2.2.0.3, 2.2.0.5, 2.2.0.6, 2.2.0.10, 2.2.1.3, 2.2.1.5, 2.2.1.6, 2.2.1.10, 2.2.2.3, 2.2.2.5, 2.2.2.6, 2.2.2.10, 2.2.3.3, 2.2.3.5, 2.2.3.6, 2.2.3.10, 2.2.3.11, 2.2.4.3, 2.2.4.5, 2.2.4.6, 2.2.4.10, 2.3.0.4, 2.3.0.5, 2.3.0.6, 2.3.0.10, 2.3.1.4, 2.3.1.5, 2.3.1.6, 2.3.1.10, 2.3.2.4, 2.3.2.5, 2.3.2.6, 2.3.2.10, 2.3.3.6, 2.4.0.4, 2.4.0.5, 2.4.0.6, 2.4.0.10, 2.4.1.4, 2.4.1.5, 2.4.1.6, 2.4.1.10, 2.4.2.5, 2.4.2.6, 2.4.2.10, 2.4.4.6, 3.0.0.5, 3.0.0.6, 3.0.0.10, 3.0.1.5, 3.0.1.6, 3.0.1.10, 3.0.2.6, 3.0.2.10, 3.0.3.6, 3.0.3.10, 3.0.4.6, 3.0.4.9, 3.0.4.10, 3.0.4.11, 3.1.0.6, 3.1.0.10, 3.1.1.6, 3.1.1.10, 3.1.2.6, 3.1.2.10, 3.1.3.6, 3.1.3.10, 3.1.4.6, 3.1.4.10, 3.2.0.6, 3.2.0.10, 3.2.1.6, 3.2.1.7, 3.2.1.10, 3.2.2.6, 3.2.2.7, 3.2.2.10, 3.2.3.7, 3.2.3.10, 3.3.0.7, 3.3.0.10, 3.3.1.7, 3.3.1.10, 3.3.2.10, 3.3.3.10, 3.4.0.10, 3.4.1.10, 3.4.2.11, 3.4.3.11, 3.5.0.11, 3.5.1.11, 3.5.2.11, 3.5.3.11, 3.6.0.11, 3.6.1.11, 3.6.2.11, 3.6.3.11, 3.6.4.11, 3.7.0.11, 3.7.0.12, 3.7.1.11, 3.7.1.12, 3.7.2.11, 3.7.2.12)
ERROR: No matching distribution found for pygdal==.*
draelsaid commented 2 weeks ago

I've removed this line from the documentation as I think it's no longer needed both on ATOS and elsewhere. If this solves the issue, and nothing further is needed, please close this issue