-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error in setup.py #46
Comments
When I remove all "restrict" keyword in _kdtree_code.c, setup.py working well.
And I also edit name of struct in _kdtree_core.c
to
When I replace all "restrict" to "__restrict", it also working well. |
Hi, have you in the meantime found a way to solve this issue? |
No I don't yet |
Pytorch tries to use c++ compiler to compile a c project. of course, this may cause errors on other modules. try to compile them separately. |
I have the same error. Unfortunately, easy hack mentioned above doesn't work either. I've managed to run |
Thank you for your great working.
I get this error messge when i run setup.py
I use conda and my envirnment is below.
The text was updated successfully, but these errors were encountered: