Open liwenssss opened 2 years ago
I get the same issue, SOS @YuliangXiu
(icon) [yang@ubuntu]$ pip install git+https://github.com/YuliangXiu/neural_voxelization_layer.git
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting git+https://github.com/YuliangXiu/neural_voxelization_layer.git
Cloning https://github.com/YuliangXiu/neural_voxelization_layer.git to /tmp/pip-req-build-wn2_4vct
Running command git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct
fatal: unable to access 'https://github.com/YuliangXiu/neural_voxelization_layer.git/': Failed to connect to github.com port 443: Connection timed out
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
You can ignore this package if you don't need PaMIR inference.
Hi YuliangXiu,
I came here because I try to get your ICON repo running which also tries to install this repository. I got errors there upon the step
Building wheels for collected packages: pytorch3d, voxelize-cuda, kaolin, rembg
I'm very much interested in the source of that error.
I installed pytorch3d from its original repository with its original installation advisory. I will try to do the same for kaolin and rembg... But it would be very much appreciated, if the installation steps in ICON would avtually work. Thanks, Maik
You can ignore this package if you don't need PaMIR inference.
Hello!I'm trying to run the great work (ICON). But I cannot install the neural_voxelization_layer in the windows. When I run the ICON training code got the error "No module named 'voxelize_cuda'".
I get the same issue, SOS @YuliangXiu
(icon) [yang@ubuntu]$ pip install git+https://github.com/YuliangXiu/neural_voxelization_layer.git Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Collecting git+https://github.com/YuliangXiu/neural_voxelization_layer.git Cloning https://github.com/YuliangXiu/neural_voxelization_layer.git to /tmp/pip-req-build-wn2_4vct Running command git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct fatal: unable to access 'https://github.com/YuliangXiu/neural_voxelization_layer.git/': Failed to connect to github.com port 443: Connection timed out error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × git clone --filter=blob:none --quiet https://github.com/YuliangXiu/neural_voxelization_layer.git /tmp/pip-req-build-wn2_4vct did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.
Please try to download the zip code and cd the code dir.
python setup.py build_ext python setup.py install
You can ignore this package if you don't need PaMIR inference.
Hello!I'm trying to run the great work (ICON). But I cannot install the neural_voxelization_layer in the windows. When I run the ICON training code got the error "No module named 'voxelize_cuda'".
I adjust the code in voxelize_cuda_kernel.cu, then I successfully install the voxelize_cuda. Thanks for your work!
hi, thx for your nice work. I meet error when I install the package.
Can you give me any advice about how to fix it ?