Requirement already satisfied: pyserial>=3.4 in c:\users\user\appdata\local\programs\python\python310\lib\site-packages (from meshtastic) (3.5) Requirement already satisfied: protobuf>=3.13.0 in ...
The build fails because PyO3 v0.20.3, a dependency used by tiktoken, supports Python versions only up to 3.12. Your system uses Python 3.13, which is newer than PyO3 ...