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

kaolin install error #14

Closed
wangxihao opened this issue Dec 21, 2020 · 11 comments
Closed

kaolin install error #14

wangxihao opened this issue Dec 21, 2020 · 11 comments

Comments

@wangxihao
Copy link

image

error:
/usr/local/cuda/include/cuda_fp16.hpp(1680): error: more than one instance of overloaded function "isinf" matches the argument list:
function "isinf(float)"
function "std::isinf(float)"
argument types are: (float)

/usr/local/cuda/include/cuda_fp16.hpp(1691): error: more than one instance of overloaded function "isinf" matches the argument list:
function "isinf(float)"
function "std::isinf(float)"
argument types are: (float)

/home/notebook/code/personal/80299257/conda/envs/ipnet/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign

2 errors detected in the compilation of "/tmp/tmpxft_00005287_00000000-6_mesh_intersection_cuda_kernel.cpp1.ii".
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1

I was unable to install kaolin correctly, could anyone give me some advice,thank you !

configuration:
linux server
pytorch=1.4
cuda=10.0.130
Python=3.7.6

@ashwath98
Copy link

Can you run nvcc from your system?

@wangxihao
Copy link
Author

@ashwath98 yes,nvcc works normal .
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

@wangxihao
Copy link
Author

@ashwath98 have you installed Kaolin successfully?

@ashwath98
Copy link

I setup the repo on colab.
These were the steps I followed to install kaolin
git clone https://github.com/NVIDIAGameWorks/kaolin.git
cd kaolin
git checkout v0.1 (new API does not work with this repo)
python setup.py develop

@wangxihao
Copy link
Author

Great! And have you run IP-Net with version0.1 kaolin successfully? I don't know which version of Kaolin can work . Thank you!

@ashwath98
Copy link

Yeah

@wangxihao
Copy link
Author

so bad ... still the same error, thank you anyway.

@wangxihao
Copy link
Author

wangxihao commented Dec 21, 2020

@ashwath98 Can you tell me the installing configuration?Such as python pytorch version? thank you!

@wangxihao
Copy link
Author

@LJQ2020 Thank you and if you have any idea with the error above?

@jiaqiAA
Copy link

jiaqiAA commented Dec 21, 2020

check your email

@wangxihao
Copy link
Author

wangxihao commented Dec 22, 2020

Finally I installed v0.1 kaolin successfully with the help of my friend and the configuration is the same as before but the only one change is the version of kaolin.

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

3 participants