After I added that to the build command I got a simmilar error but referencing another library, I added that as well, and now works. I ended up running it like this:
pyinstaller -F --hiddenimport=multiaddr.codecs.idna --hiddenimport=multiaddr.codecs.uint16be --clean apt.py Thank you! El viernes, 1 de noviembre de 2024 a la(s) 2:07:08 p.m. UTC-3, bwoodsend escribió: > Add --hiddenimport=multiaddr.codecs.idna to your build command? > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/pyinstaller/752097b7-822d-4660-ba17-a5ed976e4480n%40googlegroups.com.
