I am trying to create an exe file with pyinstaller that loads a pickle file of an sk-learn regression model. And the exe file couldn't execute, it just said 'fail to execute script'. But it runs perfectly fine on my code editor. I also tried joblib, it works the same. And I've read an old post on stackflow which asked the exact same question, but couldn't find an answer in that post: pyinstaller and loading pickle file <https://stackoverflow.com/questions/52861339/pyinstaller-and-loading-pickle-file>
Please can anyone help me with that? Really appreciate it! -- 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/c5d7e044-3c4c-452c-889d-cb4d23239fe7n%40googlegroups.com.
