You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, running the command ./install.sh in terminal to finalize installing torch on my macOS Catalina system. The error I get is:
`
Jacks-Air-3:torch jack$ ./install.sh yes
Prefix set to /Users/jack/torch/install
Installing Lua version: LUAJIT21
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.
/Users/jack/torch/install/bin/luajit: cannot create state: not enough memory
Installing common Lua packages
/Users/jack/torch/install/bin/luajit: cannot create state: not enough memory`
The text was updated successfully, but these errors were encountered:
Hello, running the command ./install.sh in terminal to finalize installing torch on my macOS Catalina system. The error I get is:
`
Jacks-Air-3:torch jack$ ./install.sh yes
Prefix set to /Users/jack/torch/install
Installing Lua version: LUAJIT21
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
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.
/Users/jack/torch/install/bin/luajit: cannot create state: not enough memory
Installing common Lua packages
/Users/jack/torch/install/bin/luajit: cannot create state: not enough memory`
The text was updated successfully, but these errors were encountered: