PoutineAndRosti / Brightway-Seminar-2017

Notebooks and data used for Brightway seminar in Zurich on March 29 & 31
36 stars 25 forks source link

Update to install all packages in Regionalization.ipynb #7

Open amilovanoff opened 6 years ago

amilovanoff commented 6 years ago

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. Instead conda install -c conda-forge -c cmutel -c konstantinstadler fiona rasterio geopandas bw2regional pandarus bw2-lcimpact folium works fine to install all packages.

tngTUDOR commented 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 :

amilovanoff commented 6 years ago

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!