Unsupported opcode: CALL_INTRINSIC_1 (243)
please help me figure out the problem, the code is written in python version 3.13.
If necessary, I will give pyc file.
it also break me down!!!
please help me figure out the problem, the code is written in python version 3.13.
If necessary, I will give pyc file.
did you solve it?
i have the same problem
better to attach sample .pyc that lead to issues...
better to attach sample .pyc that lead to issues...
a tiny pyc file, but no source
$ ./pycdc struct.pyc
# Source Generated with Decompyle++
# File: struct.pyc (Python 3.12)
Unsupported opcode: CALL_INTRINSIC_1 (243)
__all__ = [
'calcsize',
'pack',
'pack_into',
'unpack',
'unpack_from',
'iter_unpack',
'Struct',
'error']
# WARNING: Decompyle incomplete
who solved it?
+1
Partial support in #563 , further support anticipated from community :)
Source Generated with Decompyle++ # File: test.pyc (Python 3.12) Unsupported opcode: CALL_INTRINSIC_1 (243)
import argparse
import losses
import multiprocessing
from queue import Queue, Empty
from audio_utils import EncryptedFileLogger
import time
from device_utils import get_computing_device