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
I'm trying to install loadcaffe via luarocks on Windows 10. I already have Torch installed from https://github.com/hiili/WindowsTorch. When I try to install loadcaffe, I get the following error:
C:\Users\Tara\AppData\Local\Temp\luarocks_loadcaffe-1.0-0-2818\loadcaffe>if -E == -E (cmake.exe -E make_directory build; ) else (cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit -E make_directory build; )
cd build && nmake install
The system cannot find the path specified.
Error: Build error: Failed installing.
I'm running it in the developer command prompt, so cl, nmake, and cmake.exe are all in my path at the time, so I'm unclear on what path the system is unable to find.
The text was updated successfully, but these errors were encountered:
Instead of luarocks install loadcaffe, I've had success cloning the loadcaffe repository in a local folder, then from that folder, doing luarocks make loadcaffe-1.0-0.rockspec.
I'm trying to install loadcaffe via luarocks on Windows 10. I already have Torch installed from https://github.com/hiili/WindowsTorch. When I try to install loadcaffe, I get the following error:
I'm running it in the developer command prompt, so cl, nmake, and cmake.exe are all in my path at the time, so I'm unclear on what path the system is unable to find.
The text was updated successfully, but these errors were encountered: