linux系统无root权限lua库安装,liunx系统中安装lua以及torch

一直在用pytorch,最近在做项目的时候,遇到了torch的开源代码,所以又开始不得不接触torch以及他所依赖的环境lua。 liunx下lua环境的配置代码如下: ''' curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz tar zxf lua-5.3.5.tar.gz cd lua-5.3.5 make linux test ''' 如果安装出现错误: lua.c:82:31: fatal error: readline/readline.h: 没有那个文件或目录 compilation terminated. : recipe for target 'lua.o' failed make[2]: *** [lua.o] Error 1 make[2]: Leaving directory '/opt/software/lua-5.3.5/src' Makefile:110: recipe for target 'linux' failed make[1]: *** [linux] Error 2 make[1]: Leaving directory '/opt/software/lua-5.3.5/src' Makefile:55: recipe for target 'linux' failed make: *** [linux] Error 2 可以执行: ''' sudo apt-get install libreadline-dev ''' 进行依赖包的添加 ,然后继续进行 ''' sudo make liunx test ''' 最后进行链接的创建: ''' sudo ln -s ~/lua-5.3.5/src/lua /usr/bin/lua ''' 在teminal中输入lua,即可判断lua语言是否安装成功!

安装torch git clone https://github.com/torch/distro.git ~/torch --recursive cd ~/torch; bash install-deps; ./install.sh

在bash install-deps中可能会出现 python-common找不到

Home -> Torch -> Open install-deps

================================================================================== find the keyword python-software-properties and replace it with software-properties-common, save and exit.

install the software-properties-common with the command

================================================== sudo apt-get install software-properties-common

run the command

========================== cd ~/torch; bash install-deps;

You are done!!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值