GuideNet icon indicating copy to clipboard operation
GuideNet copied to clipboard

Compile error

Open ykk136 opened this issue 3 years ago • 4 comments

Thank you for your great project. When I compile this project, it shows: unable to execute ':/usr/local/cuda/bin/nvcc': No such file or directory error: command ':/usr/local/cuda/bin/nvcc' failed with exit status 1

my environment is: ubuntu18.04, python3.6.9, pytorch-1.4.0, cuda10.0. When I run other projects on the same platform, it is ok. I don't know why this issue happens, could you show me your environment settings please? Thank you very much!

ykk136 avatar Apr 20 '21 08:04 ykk136

It seems you didn't install cuda. You can try "nvcc" to check whether it's installed.

kakaxi314 avatar Apr 23 '21 12:04 kakaxi314

Thank you for your great project. After I run setup.py and it successfully compile the Guideconv lib, I run train.py and it shows the error: File "/home/xth824/GuideNet-master/models.py", line 17, in import encoding ModuleNotFoundError: No module named 'encoding' How can I fix this issue? Thanks very much.

xth3000 avatar Jun 29 '21 09:06 xth3000

@xth3000 You need to install the package PyTorch-Encoding

kakaxi314 avatar Jun 30 '21 08:06 kakaxi314

Thx for your reply! ImportError: /home/xth824/.cache/Python-Eggs/GuideConv-0.0.0-py3.7-linux-x86_64.egg-tmp/GuideConv.cpython-37m-x86_64-linux-gnu.so: undefined symbol: cudaSetupArgument How can I fix this issue? Thanks very much.

xth3000 avatar Jul 13 '21 09:07 xth3000