brightway-lca / bw_processing

Tools to create structured arrays in a common format
https://docs.brightway.dev/projects/bw-processing/
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

build fails because of missing dep #12

Closed tngTUDOR closed 2 years ago

tngTUDOR commented 2 years ago

Travis build failed.

Here's a hint on why:

...
/lib/python3.9/site-packages/bw_processing/io_helpers.py", line 2, in <module>

    from fs.base import FS

ModuleNotFoundError: No module named 'fs'

but the Azure pipeline went through.

Do we:

cmutel commented 2 years ago

We no longer use travis, and I have delete the travis config from the repo.