getpy==0.9.9
On running a project, this was encountered: AttributeError: module 'getpy' has no attribute 'types'
Does that mean the 0.9.9 version (which was the required version for that project) was to be used?
I got the 0.9.9 repo here (https://github.com/atom-moyer/getpy/tree/1d13696e7bd075f46a72bfe1aa455a3199181310) and installed it with an system gcc of 11.4.0 version. The installation went well but importing getpy gave me ImportError: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv After some searching I tried to build it using gcc7.5.0 within my miniconda environment and those generated .o files failed to be recognized: getpy.o: file not recognized: file format not recognized
Any suggestions would be greatly appreciated.