You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run this to convert an A2L to XDF for my buddies van engine. I have the A2L, and this tool, once it runs on 3.12.7, seems to generate an a2ldb just fine. However, somehow it crashes. I'm not a Python guy, but I had to downgrade pya2ldb to the version released around the time the initial code was released (0.12.38) to get it to generate an a2ldb. I don't get an xdf however.
I also had to edit some Python Parser.py and Lexer.py files both in Python and pya2ldb itself to fix some weird issues with importing typing.io(?)... Again, I'm out of my usual waters here.
So, should I try to downgrade Python to say, version 3.7 or 3.8?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run this to convert an A2L to XDF for my buddies van engine. I have the A2L, and this tool, once it runs on 3.12.7, seems to generate an a2ldb just fine. However, somehow it crashes. I'm not a Python guy, but I had to downgrade pya2ldb to the version released around the time the initial code was released (0.12.38) to get it to generate an a2ldb. I don't get an xdf however.
I also had to edit some Python Parser.py and Lexer.py files both in Python and pya2ldb itself to fix some weird issues with importing typing.io(?)... Again, I'm out of my usual waters here.
So, should I try to downgrade Python to say, version 3.7 or 3.8?
The text was updated successfully, but these errors were encountered: