Here is the installation, maybe some library version issue, all says good here.
?
?
I can switch to 4.2.23 and it works OK then back to 4.2.24 and same run time error.
?
I individually tried to upgrade each dependency, all were OK except for setuptools
?
This had no effect on the problem.? I uninstalled and reinstalled quisk as well using pip.? Same results.?? Deleted 2nd radio definition I recently added, no change.
?
I am trying to run debug in VS Code but I do not seem to have the breakpoints working right yet.? Still working on that.
The line:
_quisk.error: Bytearray size must be 5.
is correct. Version 4.2.24 changed the size from 20 to 5. So your new _quisk.pyd is correct but you are somehow using the old Python files quisk.py etc.