tvm icon indicating copy to clipboard operation
tvm copied to clipboard

Trouble installing torch_tvm. Error "recipe for target 'all' failed"

Open orovi opened this issue 5 years ago • 3 comments

Pre-installation, I have installed llvm and cmake both of which seem to be working fine. Not sure if this is relevant but i also have a separate install of tvm in the same environment which also works fine.

Whilst attempting to install torch_tvm the error we keep getting is: image

I have already checked the path to the llvm-config (running llvm-9) is correct, used a nightly build of pytorch as well installing it from source and neither works. We have also confirmed cmake meets the requirements (3.14.0).

Any help would be greatly appreciated.

orovi avatar Aug 22 '19 13:08 orovi

would you be able to post the entire output from a run of setup.py? I'm not seeing the root cause of the failure here

python setup.py install &> /tmp/setup_fail.log

bwasti avatar Aug 27 '19 02:08 bwasti

This is the full output I am getting: setup_fail.log

orovi avatar Aug 28 '19 12:08 orovi

Any idea what could it be @bwasti ?

orovi avatar Sep 19 '19 18:09 orovi