Eric Whitmire
Eric Whitmire
I haven't been able to reproduce this on Conda with Python 3.6 on Win 10. @joshysav, what OS and Python version are you using?
F-strings are a new feature in Python 3.6. I'll remove this though to improve backwards compatibility.
Hi @Citizen07, it looks like you're using Python 2. Pyrealtime only works in Python 3. I've opened a new issue to make this error message clearer.
Could you give a more detailed example of what you're trying to do? My guess is that adding native CAN bus support doesn't make sense here but pyrealtime should extensible...
The [rust migration guide](https://rerun.io/docs/reference/migration/migration-0-22#rust-api-changes) describes eager archetype serialization - "serialization of archetype components now occurs at time of archetype instantiation rather than logging". In both of these failing examples, we...