Open gabri94 opened 1 year ago
You can comment that line out, per the changelog:
The non-limited API files cellobject.h, classobject.h, context.h, funcobject.h, genobject.h and longintrepr.h have been moved to the Include/cpython directory. Moreover, the eval.h header file was removed. These files must not be included directly, as they are already included in Python.h
Then you get an error about xcb/randr.h
, but I solved it by installing libxcb-randr0-dev
with apt.
It now raises loads of errors about incomplete type ‘PyFrameObject’
, more differences between versions, I guess? I'm unsure how to proceed beyond this point.
suggested solution worked in my case (py3.10) thx! @code32123 and @gabri94
Hello, I just upgraded python to 3.11 and umonitor is not working anymore.