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've created a fresh virtual environment that installed bw2data version 4.0 and the importer I created for the IO Tables broke. I suspect it broke the IOTable backend in general. Running the write_database() method inspired in the Exiobase3MonetaryImporter returns a type error:
TypeError: IOTableBackend.write() got an unexpected keyword argument 'signal'
I tried with the previous version 4.0.dev60 and it works
The text was updated successfully, but these errors were encountered:
I've created a fresh virtual environment that installed bw2data version 4.0 and the importer I created for the IO Tables broke. I suspect it broke the IOTable backend in general. Running the write_database() method inspired in the
Exiobase3MonetaryImporter
returns a type error:TypeError: IOTableBackend.write() got an unexpected keyword argument 'signal'
I tried with the previous version 4.0.dev60 and it works
The text was updated successfully, but these errors were encountered: