-
Notifications
You must be signed in to change notification settings - Fork 23
Description
I am trying to install csvigo. I have used:
luarocks install csvigo
But I get the error:
libcsvigo.dll : fatal error LNK1120: 12 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\CMake\bin\cmake.exe"' : return code '0xffffffff' Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\nmake.exe"' : return code '0x2' Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\nmake.exe"' : return code '0x2' Stop.
Error: Build error: Failed building.
Full output here:
https://pastebin.com/AVQmwxWc
I had a similar error when trying to install nn, but fixed it using the steps here:
https://github.com/torch/torch7/wiki/Windows#the-nn-package
How can I fix this?