Trying to install torch7 on raspberry pi
tadaHP opened this issue · 0 comments
tadaHP commented
I try to install torch7 in raspberry pi but it didn't work and i don't know how to do it.
pi@raspi:~/torch$ TORCH_LUA_VERSION=LUA52 ./install.sh
Prefix set to /home/pi/torch/install
Installing Lua version: LUA52
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
this is my lua version
pi@raspi:~/torch$ lua Lua 5.2.4 Copyright (C) 1994-2015 Lua.org, PUC-Rio
this is my cmake version And there is some problem with 3.16 so i try with cmake version 3.10 but it didn't work too.
pi@raspi:~/torch$ cmake --version cmake version 3.16.3