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 am trying to run OpenNERO on my Ubuntu 16.04LTS
I had installed all the dependencies mentioned on their wiki for building it on Linux. My Python version is 2.7.12, boost version is 1.58, jdk is 1.8.
I opened the project in CLion and built it using Cmake, but when running OpenNERO I am getting the following exception.
When I tried to debug it, the execution broke on the following statement: python::exec_file(filename.c_str(), _globals, _globals);
Can somebody point me in the right direction, how to solve this?
The text was updated successfully, but these errors were encountered:
I am trying to run OpenNERO on my Ubuntu 16.04LTS
I had installed all the dependencies mentioned on their wiki for building it on Linux. My Python version is 2.7.12, boost version is 1.58, jdk is 1.8.
I opened the project in CLion and built it using Cmake, but when running OpenNERO I am getting the following exception.
When I tried to debug it, the execution broke on the following statement:
python::exec_file(filename.c_str(), _globals, _globals);
Can somebody point me in the right direction, how to solve this?
The text was updated successfully, but these errors were encountered: