Hi Pure Toxic, I'm experiencing a similar problem whereby some modules are not found, which correspond to code contained withn .so libraries *within* the library I'm importing. I can get rid of this one by one via the -hidden-import flag, but it's becoming frustrating to do so by hand.
I wonder whether you have found a solution to this issue yet? Cheers Thor On Tuesday, November 10, 2020 at 6:36:11 AM UTC+11 pure toxic wrote: > Hello, > > we currently have multiple problems with compiling our script to a working > exec. > 1. issue is that not all libraries get found, means modulenotfounderror. > We tried to solve the issue with the --hidden-import comment, but it didnt > work. > It finds some libraries but not all btw. > > So we've decided to comment out all libraries that don't work (as a > temporary solution) > > 2. issue was that our files don't get found (filenotfounderror). > > Thanks in advance! > > Best Regards, > pure toxic > -- 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 on the web visit https://groups.google.com/d/msgid/pyinstaller/a0a06820-ec7e-4e71-b91d-88d01063da17n%40googlegroups.com.
