Currently, I have a PYC file for the 3.9.2 version of python (P.S: This applies to all versions 3.9 and above).
I'm trying to decompile the PYC file but it is showing an error as uncompyle6 (or rather, the newer version, decompyle3) is not compatible with Python versions 3.9 and above.
I was wondering if there are any alternative methods that can be used rather than decompyle3 to get the source of PYC files, or maybe a hacky fix.
P.S. I did already try to pip install decompyle3 but it says
ERROR: No matching distribution found for decompyle3