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

Demo fails #8

Closed
MasahiroOgawa opened this issue May 22, 2022 · 4 comments
Closed

Demo fails #8

MasahiroOgawa opened this issue May 22, 2022 · 4 comments

Comments

@MasahiroOgawa
Copy link
Contributor

MasahiroOgawa commented May 22, 2022

I tried to run demo, but it failed with this error;

    from .pykdtree.kdtree import KDTree
  File "__init__.pxd", line 885, in init pykdtree.kdtree
ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216
@MasahiroOgawa
Copy link
Contributor Author

Probably this is caused by numpy version (automl/auto-sklearn#621).
I will try to fix this.

@MasahiroOgawa
Copy link
Contributor Author

Finally I solve the problem using docker environment.
See #9

@MasahiroOgawa
Copy link
Contributor Author

Actually it worked on GTX1060, but it failed on GTX3070.
But finally I fixed it and confirmed to finish demo even native (witout docker environment).
I updated the pull request.
So please check the above #9 pull request.

@m-niemeyer
Copy link
Collaborator

Thanks @MasahiroOgawa for creating the respective docker environment - I merged your pull request now!

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

2 participants