You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the instructions to install 'fiona>=1.5' 'rasterio>=1.2.6', and 'h5py>3.7.0' on Windows via conda did not work for me.
I instead used the conda-forge for that, so maybe you can change that in the README file.
This is what worked for me:
conda install -c conda-forge "fiona>=1.5" "rasterio>=1.2.6"
conda install -c conda-forge "h5py>3.7.0"
The text was updated successfully, but these errors were encountered:
Hi, the instructions to install 'fiona>=1.5' 'rasterio>=1.2.6', and 'h5py>3.7.0' on Windows via conda did not work for me.
I instead used the conda-forge for that, so maybe you can change that in the README file.
This is what worked for me:
conda install -c conda-forge "fiona>=1.5" "rasterio>=1.2.6"
conda install -c conda-forge "h5py>3.7.0"
The text was updated successfully, but these errors were encountered: