We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I followed Install from Source to compile tvm on ubuntu-16.04, but got failure from linker.
/usr/bin/ld: cannot find -ledit
I have install the requirements like this, sudo apt-get update && sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
sudo apt-get update && sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
Would you please tell how to install edit library? Thanks.
edit
The text was updated successfully, but these errors were encountered:
OK, I find the solution. apt-get install libedit-dev apt-get install libxml2-dev I suggest add these two libs to the documentationInstall from Source.
apt-get install libedit-dev
apt-get install libxml2-dev
Sorry, something went wrong.
Thanks for the suggestion, please send a PR to fix the docs https://github.com/dmlc/tvm/tree/master/docs this is a dependency of LLVM
For subsequent trouble shooting related question, please open a new thread on https://discuss.tvm.ai/
sudo apt-get install libgmp3-dev
No branches or pull requests
Hi, I followed Install from Source to compile tvm on ubuntu-16.04, but got failure from linker.
/usr/bin/ld: cannot find -ledit
I have install the requirements like this,
sudo apt-get update && sudo apt-get install -y python3 python3-dev python3-setuptools gcc libtinfo-dev zlib1g-dev build-essential cmake
Would you please tell how to install
edit
library? Thanks.The text was updated successfully, but these errors were encountered: