Open amilovanoff opened 6 years ago
HI @amilovanoff , This may be due to the versions used in the original creation of the notebook and yours. Could you please share :
environment.yml
file maybe ?)Hi @tngTUDOR ,
Thank you for the message, the error I had was PackagesNotFoundError: The following packages are not available from current channels: - bw2regional - pandarus[version='>=1.0.4'] - rasterstats
and @cmutel helped me solve this issue (with the line suggested above). I just wanted to share it if other people have the same issue but I am not sure if this is an appropriate place to!
In "Day 2 AM/1-Regionalization.ipynb", the command line
conda install -y -q -c cmutel fiona rasterio geopandas bw2regional pandarus bw2-lcimpact folium
does not work for me. Insteadconda install -c conda-forge -c cmutel -c konstantinstadler fiona rasterio geopandas bw2regional pandarus bw2-lcimpact folium
works fine to install all packages.