Michael Weinold
Michael Weinold
## Description When adding [our `bw2io` package](https://pypi.org/project/bw25io/) to the `environment.yaml` as a dependency, I get an error of this kind: ``` TypeError: Object of type PosixPath is not JSON serializable...
In a fresh virtual environment with ``` bw2data==4.0.dev51 bw2io==0.9.dev34 bw2calc==2.0.dev18 ``` And the simple command: ```python import bw2io as bi bi.add_example_database(searchable=False) ``` I get: ```bash /Users/michaelweinold/github/bw_webapp/my_env_name/lib/python3.11/site-packages/bw2calc/__init__.py:44: UserWarning: It seems like...
This should resolve: - https://github.com/brightway-lca/brightway2-io/issues/271