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

Suggestion to change the conda installation instructions #135

Open
ranpelta opened this issue Dec 2, 2024 · 0 comments
Open

Suggestion to change the conda installation instructions #135

ranpelta opened this issue Dec 2, 2024 · 0 comments

Comments

@ranpelta
Copy link

ranpelta commented Dec 2, 2024

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"

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

1 participant