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 think chardet needs to be added to the requirements.txt. It's used in utils/metadata.py, and I get an import error in the first cell of the DaskFustion_Example.ipynb notebook if chardet is not installed.
To reproduce:
Create a new python environment with the dependencies from
I think
chardet
needs to be added to therequirements.txt
. It's used inutils/metadata.py
, and I get an import error in the first cell of theDaskFustion_Example.ipynb
notebook if chardet is not installed.To reproduce:
DaskFusion_Example.ipynb
notebook (orimport utils.metadata
)The text was updated successfully, but these errors were encountered: