当我尝试调用生物圈活动流时,我碰巧遇到了一个错误。当我为不同的活动调用技术领域时,它工作得很好。
然而,对于生物圈:
[in] clinker_bio_exchange = [exc for exc in clinker.biosphere()]
clinker_bio_exchange
错误:
ActivityDatasetDoesNotExist: <Model: ActivityDataset> instance matching query does not exist:
SQL: SELECT "t1"."id", "t1"."data", "t1"."code", "t1"."database", "t1"."location", "t1"."name", "t1"."product", "t1"."type" FROM "activitydataset" AS "t1" WHERE (("t1"."database" = ?) AND ("t1"."code" = ?)) ORDER BY Random() LIMIT ? OFFSET ?
Params: ['biosphere3', 'fc1c42ce-a759-49fa-b987-f1ec5e503db1', 1, 0]
我应该更新任何部分还是我错过了什么?谢谢你。