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
ERROR: Failed building wheel for cftime
ERROR: Could not build wheels for cftime which use PEP 517 and cannot be installed directly
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "D:\a\xskillscore\xskillscore\xskillscore\__init__.py", line 4, in <module>
from .core import resampling
File "D:\a\xskillscore\xskillscore\xskillscore\core\resampling.py", line 1, in <module>
import dask
ModuleNotFoundError: No module named 'dask'
Error: Process completed with exit code 1.
It imports dask earlier so could be coming from cftime (I see an updated was released today)
On a recent PR (#248) the install was failing on windows. Log here: https://github.com/xarray-contrib/xskillscore/pull/247/checks?check_run_id=1718971963. Error message
It imports dask earlier so could be coming from cftime (I see an updated was released today)
cc. @jswhit
The text was updated successfully, but these errors were encountered: