brightway-lca / brightway2-io

Importing and exporting for the Brightway LCA framework
BSD 3-Clause "New" or "Revised" License
27 stars 42 forks source link

dependency on 'safe_filename' from 'bw_processing' causes import error #78

Closed PascalLesage closed 3 years ago

PascalLesage commented 4 years ago

I'm trying to contribute to bw2io (add SimaPro 3.4 and 3.5 mappings). I followed the following steps:

All this seems to work as normal, but unfortunately, a May 26 commit has added a dependency to bw_processing and is preventing me from importing bw2io.

PascalLesage commented 4 years ago

Of course, the obvious workaround (that works well) is to clone and install the latest version of bw_processing.

PascalLesage commented 4 years ago

And while the fix works on one's computer, automatic testing on github fails when submitting a PR.

cmutel commented 3 years ago

Fixed. 0.8 release is on the legacy branch, with no bw_processing dependency, while bw_processing is explicitly a dependency on development branch.