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
Hi, I am trying to compile the EVA on different machines.
On Ubuntu 22.04 with Python 3.8.10, I could compile EVA without errors.
However, on MacOS with Python 3.11.6, I encounter the following error :
"EVA/third_party/pybind11/include/pybind11/pybind11.h:2220:14: error: member access into incomplete type 'PyFrameObject' (aka '_frame')
frame->f_code->co_argcount > 0) {".
I have searched this issue online and got this link: cython/cython#4681.
It seems that the errors are caused due to different versions of Python used.
Any idea on how to fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am trying to compile the EVA on different machines.
On Ubuntu 22.04 with Python 3.8.10, I could compile EVA without errors.
However, on MacOS with Python 3.11.6, I encounter the following error :
I have searched this issue online and got this link: cython/cython#4681.
It seems that the errors are caused due to different versions of Python used.
Any idea on how to fix this issue?
Thanks.
The text was updated successfully, but these errors were encountered: