Closed alexprengere closed 2 years ago
It looks Python3.10 is not supported by Pony. When using it through mutmut, I had the following error:
File .../pony/thirdparty/compiler/transformer.py", line 32, in <module> import parser ModuleNotFoundError: No module named 'parser'
OK, I see now there is an angoing discussion about this on #614 (I only searched through issues before posting this). I am going to close this, as the next release looks like it will support 3.10.
It looks Python3.10 is not supported by Pony. When using it through mutmut, I had the following error: