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
pip install igibson leads to a bunch of compile errors starting with error: member access into incomplete type 'PyFrameObject' (aka '_frame'). There's a discussion of the issue at the Pybind11 repo here. The highlighted comment says that this should be fixed in the latest Pybind11 version.
I'm including the error log from my install here, as well.
pip install igibson
leads to a bunch of compile errors starting witherror: member access into incomplete type 'PyFrameObject' (aka '_frame')
. There's a discussion of the issue at the Pybind11 repo here. The highlighted comment says that this should be fixed in the latest Pybind11 version.I'm including the error log from my install here, as well.
install.log
The text was updated successfully, but these errors were encountered: