-
I am trying to install rioxarray using pip with the following command in my virtual environment: "pip install rioxarray". However, I get the following error message and do not know how to fix it: "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." It would be great if someone could help me! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That sounds like an issue with installing rasterio (https://github.com/rasterio/rasterio/). Can you provide this information?
Also, do you have GDAL installed on your system? If so, do you know where? |
Beta Was this translation helpful? Give feedback.
That sounds like an issue with installing rasterio (https://github.com/rasterio/rasterio/). Can you provide this information?
python -c "import sys; print(sys.version.replace('\n', ' '))"
)python -c "import platform; print(platform.platform())"
)Also, do you have GDAL installed on your system? If so, do you know where?