linux系统无root权限lua库安装,liunx系统中安装lua以及torch
一直在用pytorch,最近在做項目的時候,遇到了torch的開源代碼,所以又開始不得不接觸torch以及他所依賴的環(huán)境lua。 liunx下lua環(huán)境的配置代碼如下: ''' 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 可以執(zhí)行: ''' sudo apt-get install libreadline-dev ''' 進行依賴包的添加 ,然后繼續(xù)進行 ''' sudo make liunx test ''' 最后進行鏈接的創(chuàng)建: ''' sudo ln -s ~/lua-5.3.5/src/lua /usr/bin/lua ''' 在teminal中輸入lua,即可判斷l(xiāng)ua語言是否安裝成功!
安裝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!!
總結
以上是生活随笔為你收集整理的linux系统无root权限lua库安装,liunx系统中安装lua以及torch的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle一般人能不能学,Oracle
- 下一篇: maya材质sheen_maya怎样做耐