安装torch7问题总结
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装torch7问题总结相关的知识,希望对你有一定的参考价值。
按照官网说明,依次在终端输入如下指令:
git clone https://github.com/torch/distro.git ~/torch --recursive
这是下载torch7的安装包
cd ~/torch; bash install-deps;
这时会出现有些包安装不上的情况,说要用apt-get来安装,暂时不管它
sudo ./install.sh
这是安装torch7,安装过程中会出现下面这个错误
Error: Build error: Failed compiling object readline.o
解决方案为输入如下指令:
sudo apt-get install libreadline-dev
下一步继续安装就可以了
以上是关于安装torch7问题总结的主要内容,如果未能解决你的问题,请参考以下文章