torch / torch7

http://torch.ch
Other
8.98k stars 2.38k forks source link

Cannot create state: not enough memory #1216

Open jaevibing opened 4 years ago

jaevibing commented 4 years ago

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`

mireille-raad commented 3 years ago

same issue as well. Did you ever solve it?