Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run problem:failed to load camopencv wrapper: verify that camopencv is installed #22

Open
Meirtz opened this issue Mar 5, 2016 · 2 comments

Comments

@Meirtz
Copy link

Meirtz commented Mar 5, 2016

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

@codeAC29
Copy link

Try to install opencv
brew install opencv.

@kirk86
Copy link

kirk86 commented Sep 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants