We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, during an export of an external foreground database, I am getting an AttributeError.
approach is as :
import bw2io import wurst as w from brightway2 import * from bw2data.parameters import ActivityParameter, DatabaseParameter, ProjectParameter, Group from premise import* db= bw.ExcelImporter(r'S:\path\importfile.xlsx') db.apply_strategies() db.match_database("ecoinvent 3.8_cutoff", fields=('name', 'unit', 'location', 'reference product')) db.statistics()
BW packages in my project environment are :
and the following error is as :
@cmutel I would appreciate any help on fixing this issue.
The text was updated successfully, but these errors were encountered:
@Shima-Fa can you provide the outputs of the db.apply_strategies() part of your code to provide more context?
db.apply_strategies()
Sorry, something went wrong.
No branches or pull requests
Hi, during an export of an external foreground database, I am getting an AttributeError.
approach is as :
BW packages in my project environment are :
and the following error is as :
@cmutel I would appreciate any help on fixing this issue.
The text was updated successfully, but these errors were encountered: