Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xskillscore GitHub action install failing on windows #249

Closed
raybellwaves opened this issue Jan 18, 2021 · 1 comment
Closed

xskillscore GitHub action install failing on windows #249

raybellwaves opened this issue Jan 18, 2021 · 1 comment

Comments

@raybellwaves
Copy link
Member

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

  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)

cc. @jswhit

@raybellwaves
Copy link
Member Author

Gone on latest PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant