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

No module named 'opengm' #2

Open
Paranormaly opened this issue Oct 28, 2020 · 5 comments
Open

No module named 'opengm' #2

Paranormaly opened this issue Oct 28, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@Paranormaly
Copy link

Hi. I'm trying the "Instruction for the pre-alpha clean version" but there is an error

ModuleNotFoundError: No module named 'opengm'
pip and conda can't find this package

@songtaohe
Copy link
Contributor

songtaohe commented Oct 28, 2020

The opengm library is used in the MRF post-processing function, which is used in one of the baselines of the paper. If you only need to run roadtagger, you may try just comment out the 'import opengm' line.

To install opengm for python, you may try,
https://zoomadmin.com/HowToInstall/UbuntuPackage/python-opengm

Hi. I'm trying the "Instruction for the pre-alpha clean version" but there is an error

ModuleNotFoundError: No module named 'opengm'
pip and conda can't find this package

@Paranormaly
Copy link
Author

Thanks for the replay but unfortunately the package doesn't exist in ubuntu repository anymore .

@songtaohe
Copy link
Contributor

Thanks for the replay but unfortunately the package doesn't exist in ubuntu repository anymore .

I see, in that case, we may have to install it from source code.

@Paranormaly
Copy link
Author

@songtaohe
Unfortunately this option is full of error because incompatibility with boost and it's not being maintained anymore.

opengm/opengm#512

@songtaohe
Copy link
Contributor

@Paranormaly Sorry about this. I only tested it in Ubuntu 16.04.6 LTS, where I can install python-opengm (2.3.6-2) through "sudo apt-get install python-opengm".

@songtaohe songtaohe reopened this Feb 26, 2021
@songtaohe songtaohe added the bug Something isn't working label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants