Hi!
We recently upgraded tomli from 2.0.1 to the latest version and we started having issue a missing module xxxxxxxxx_mypyc while deploying the executable generated by Pyinstaller.
From what I gathered from different sources, the most appropriate solution would be to write a hook to help Pyinstaller know which modules are required to package tomli properly.
Is this something you guys already encountered or have experience with?
Hi!
We recently upgraded
tomlifrom 2.0.1 to the latest version and we started having issue a missing modulexxxxxxxxx_mypycwhile deploying the executable generated by Pyinstaller.From what I gathered from different sources, the most appropriate solution would be to write a hook to help Pyinstaller know which modules are required to package
tomliproperly.Is this something you guys already encountered or have experience with?