Closed fanshi118 closed 2 years ago
From here, we see that there's an import issue with datashader in the conda-forge feedstock build runs. We may want to use a try statement as we import datashader-related libraries in the utils.py module.
datashader
try
utils.py
From here, we see that there's an import issue with
datashader
in the conda-forge feedstock build runs. We may want to use atry
statement as we importdatashader
-related libraries in theutils.py
module.