-
Notifications
You must be signed in to change notification settings - Fork 20
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
Facing problem when using python setup.py develop, returning non-zero exit status 2 #17
Comments
Hi! Thank you for reporting this. First of all, please make sure that you executed the
After you've done this, check that
To make sure the SDK headers contain the correct macros (the build procedure seems to be complaining about
Expected output is something like:
|
Thank you very much! After following the new instruction, I got the same out put. But there is another thing I need to report. After finding I didn't miss any steps when setting my vk, I realized that it may be my conda-env's problem. I use the megaverse conda-env you provided this time and successfully passed this step. But when I changed to my old conda-env which I used Still, the problem is solved, thanks! |
Oh, this is interesting! Thank you for letting us know! |
I have followed the instruction and get stuck at setup.py. It seems that my cuda and vk have some conflicts. After several cuda uninstall and install, I finally give up and come here to look for help.
Here is my code, I run this code with system ubuntu 18.04 and currently my cuda version is 10.2
The text was updated successfully, but these errors were encountered: