You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting an error when updating an existing database with BW2Package.import_file(). It is throwing ModuleNotFoundError: No module named 'bw2data.backends.peewee', this is because I can see in my .bw2package file the following:
brightway2-io/bw2io/package.py
Line 81 in 383205f
I am getting an error when updating an existing database with BW2Package.import_file(). It is throwing
ModuleNotFoundError: No module named 'bw2data.backends.peewee'
, this is because I can see in my.bw2package
file the following:As a workaround, I added the following code to
package.py
Do you have any idea why I am getting this error? Should I fix my
.bw2package
files or is my workaround worth including in the codebase?Thanks
The text was updated successfully, but these errors were encountered: