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

pyopengv not found #94

Open
5y opened this issue Jun 25, 2019 · 1 comment
Open

pyopengv not found #94

5y opened this issue Jun 25, 2019 · 1 comment

Comments

@5y
Copy link

5y commented Jun 25, 2019

Hello,

I tried to install OpenGV from scratch. the whole process finished completely. However, there is no pyopengv in both python 2.7 and 3.6. could you please let me know what is the problem?

Thanks.
R

@jarrodhaas
Copy link

I think you just need to update your PYTHONPATH variable so that it points to the pyopengv.cpp file.

the pyopengv.cpp file should be in <some_path>/opengv/python/pyopengv.cpp, i.e. the directory you cloned the github repo into.

To test if this is the issue, try running python from the command line in the .../opengv/ folder, and type

import pyopengv

python should import pyopengv without error.

if that doesn't work, trying doing the same from the /opengv/python folder.

Jarrod

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

2 participants