What version of Python are you using? I did the whole process and like other responses here - by clicking on the exe it crashes immediately. I saw that it might be related to the fact that the latest versions "not yet be fully supported by all libraries and tools."
does it work for a very specific version of streamlit only? I tried to work with the latest version(1.37.1), it created the run.exe but not the main.exe... any possilble solutions?
can this application run on independent PC without having python, in my case exe is working on my PC but when i try to run on another windows machine it does not work
Hi, I packed the app and run well with PC installed python. However when testing on a non dev computer without python installed it crashes. Is there anyway to resolve?
The error is. ImportError: DLL load failed: The specified module could not be found. The module specified is pandas. As I test on some PC (Python installed) it run well, but for user PC the error exist
Hi.. Thanks for sharing knowledge.. I tried to create exe using pyinstaller but facing some error. it will be helpful if you create a video on the same.
Hi, i try your tutorial and its running well, but in my code, i need to import sparse_dot_topn library and then got an error : Import error : DLL load failed while importing _sparse_dot_topn_core : The specified module could not be found. i really appreciate your opinion, thanks
This is probably the fastest .exe maker by far.
Thanks
What version of Python are you using? I did the whole process and like other responses here - by clicking on the exe it crashes immediately. I saw that it might be related to the fact that the latest versions "not yet be fully supported by all libraries and tools."
Most probably python 3.11
Hey did you find a solution?
Hey, it does not capture the libraries install via conda, can you help me with that
Mention all the libraries you're using in the main.py file before starting cx_freeze
my exe pop a command prompt then close without open browser tab, any suggestion?
Try using a screen recorder. Than record the crash and investigate the error
does it work for a very specific version of streamlit only? I tried to work with the latest version(1.37.1), it created the run.exe but not the main.exe... any possilble solutions?
Yepp, working for this specific version
can this application run on independent PC without having python, in my case exe is working on my PC but when i try to run on another windows machine it does not work
Yes, it should ideally work
@@datascienceinyourpocket yeah i tested today. it works thanks alot
Did you find a solution? Facing a similar problem.
Hi, I packed the app and run well with PC installed python. However when testing on a non dev computer without python installed it crashes. Is there anyway to resolve?
What's the error?
The error is. ImportError: DLL load failed: The specified module could not be found. The module specified is pandas. As I test on some PC (Python installed) it run well, but for user PC the error exist
Need to check. Worked for many non-tech guys pc
Why version 1.13.0? And how to hide the other .py files when sharing?
Had issues with other versions. Better create a folder, put secondary files there and change imports in the main app file (the Streamlit one)
Hi.. Thanks for sharing knowledge.. I tried to create exe using pyinstaller but facing some error. it will be helpful if you create a video on the same.
I myself wasn't able to use pyinstaller. Cxfreeze works
I am getting error- ModuleNotFoundError: No module named 'msilib'.Please help
You installed the streamlit version mentioned in the video?
Hi
Could you please make this exe work on mac and windows too
This works in windows. Not sure about mac. Try and let me know the issue if any
Good day brother, do you have freelancing services?
Yepp, dm me at datasciencepocket@gmail.com
Hi, i try your tutorial and its running well,
but in my code, i need to import sparse_dot_topn library and then got an error :
Import error : DLL load failed while importing _sparse_dot_topn_core : The specified module could not be found.
i really appreciate your opinion, thanks
Import this in run.py And then create cx-freeze exe
Also, there might be package compatibility issues as well, that you need to resolve manually
@@datascienceinyourpocket thanks for yur response, i'll try it
@@datascienceinyourpocket thank you so much man, finally solved the problem
Anytime😊