Hi,
I am trying to compile CoFFEE in windows subsystem for linux and getting multiple error messages similar to following:
PoissonSolver/MV_2D_cy/matvec2D.c:17566:13: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_value’; did you mean ‘curexc_value’?
17566 | tstate->exc_value = local_value;
| ^~~~~~~~~
| curexc_value
This happens while running " python setup.py build_ext -b PoissonSolver/ ". Can someone please help me out with this?
Thanks,
Amish
![]()