Closed GProtoZeroW closed 3 years ago
Apologies for my late reply.
I'm getting the same error when I try the import in Python 3.6. It works correctly in Python 3.5. byteplay works with the opcodes in Python and those may change from version to version, so the MAKE_CLOSURE opcode has probably disappeared. I'll see if I can find a solution.
I tried a simple fix to byteplay3, but it just moved the problem to another section of the code where another simple fix is not obvious. So I'll need to dig through byteplay3 in detail or find another module that does what it does.
The only immediate (and unsatisfying) solution I have for you is to use Python 3.5.
Dave, tried to start using your pygmyhdl. did a pip install of it and got the following