As I tried to install rioxarray by:
pip install rioxarray
I got the following error:
RuntimeError: The current Numpy installation (...) fails to pass a sanity check due to a bug in the windows runtime.
A bit of search ended me up here which suggests downgrading numpy to 1.19.3.
But it didn't work for me.
Are there any further suggestions?
OS: window 10, python:3.8.5
Thank you in advance.