fs
imports grp
in bw_processing
, which is not supported in WASM
#53
Labels
bug
Something isn't working
Calling
causes an error:
While this was patched by @cmutel in:
bw_processing.datapackage.fs.close()
usesgrp
(which is not available in Pyodide) #38bw2data
error withconfig.is_test
#39It would be best to switch to
fsspec
inbw_processing
.The text was updated successfully, but these errors were encountered: