nismod / open-gira

Open-data Global Infrastructure Risk/Resilience Analysis
https://nismod.github.io/open-gira/
MIT License
12 stars 3 forks source link

wget not specified as a requirementt #143

Closed itrcrisks closed 11 months ago

itrcrisks commented 11 months ago

The environment.yml file does not specify to install wget, which is required. Got error when running snakemake workflow

snakemake --cores 1 -- results/jamaica-latest_filter-road/edges.geoparquet

thomas-fred commented 11 months ago

This should now be fixed. Try pulling main for the new commit, reinstall the environment with micromamba create -f environment.yml -y and try your job again.

Let me know if it doesn't work.