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

Unable to view trained data #24

Open
Nemesys01 opened this issue May 16, 2020 · 1 comment
Open

Unable to view trained data #24

Nemesys01 opened this issue May 16, 2020 · 1 comment

Comments

@Nemesys01
Copy link

I am trying to visualize the trained data, but the renderer fails with boost::python::error_already_set().
From debugging I have determined the error occurs on execution of line 32 of window.cpp.
At some point of the codes execution,
boost::python::api::object_base::object_base (this=0x7fffffffe180, rhs=...)
in boost/python/object_core.hpp throws the error_already_set

I built mass in the conda environment of python 3.6.10 and am using boost 1.71. I built dart 6.3 with this boost version.

@lasagnaphil
Copy link

Try using an older version of boost (this project used 1.66). I also had the same error while using the current version of boost.
Or you can use my fork, which replaces the boost dependency with pybind11 (https://github.com/lasagnaphil/MASS/tree/pybind11)

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