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 was tring to run require 'camera' to test it, only to find camopencv has not been installed. Is there any problem of my operation or where should I get this package?
Here's the details:
th> require 'camera'
/Users/Meirtz/torch/install/share/lua/5.1/trepl/init.lua:384: ...s/Meirtz/torch/install/share/lua/5.1/luarocks/loader.lua:154: Invalid data in manifest file for module camopencv (invalid data for camera 1.1-0)
warning: <camopencv> could not be loaded (is it installed?)
/Users/Meirtz/torch/install/share/lua/5.1/trepl/init.lua:384: /Users/Meirtz/torch/install/share/lua/5.1/xlua/init.lua:321: failed to load camopencv wrapper: verify that camopencv is installed
stack traceback:
[C]: in function 'error'
/Users/Meirtz/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require'
[string "_RESULT={require 'camera'}"]:1: in main chunk
[C]: in function 'xpcall'
/Users/Meirtz/torch/install/share/lua/5.1/trepl/init.lua:651: in function 'repl'
...irtz/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: at 0x0106258bd0
[0.0096s]
Any reply I will appreciate it
The text was updated successfully, but these errors were encountered:
I'm also facing the same issue. And yes I did install opencv. Another thing is that opencv along another dependencies installed also numpy which I already had installed via anaconda. Now brew is suggesting me to change the paths of precedence regarding numpy.
I was tring to run
require 'camera'
to test it, only to findcamopencv
has not been installed. Is there any problem of my operation or where should I get this package?Here's the details:
Any reply I will appreciate it
The text was updated successfully, but these errors were encountered: