Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygdal installation failure #3

Open
dhaumont opened this issue Jun 11, 2024 · 1 comment
Open

pygdal installation failure #3

dhaumont opened this issue Jun 11, 2024 · 1 comment

Comments

@dhaumont
Copy link

dhaumont commented Jun 11, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants