Convert Streamlit app to exe file demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 35

  • @shivendrapratapsingh8930
    @shivendrapratapsingh8930 6 หลายเดือนก่อน +1

    This is probably the fastest .exe maker by far.

  • @noam4596
    @noam4596 2 หลายเดือนก่อน +1

    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."

  • @study-wf3jd
    @study-wf3jd 4 หลายเดือนก่อน +1

    Hey, it does not capture the libraries install via conda, can you help me with that

    • @datascienceinyourpocket
      @datascienceinyourpocket  4 หลายเดือนก่อน

      Mention all the libraries you're using in the main.py file before starting cx_freeze

  • @avishay323
    @avishay323 5 หลายเดือนก่อน +1

    my exe pop a command prompt then close without open browser tab, any suggestion?

    • @datascienceinyourpocket
      @datascienceinyourpocket  5 หลายเดือนก่อน

      Try using a screen recorder. Than record the crash and investigate the error

  • @abhijeetbhambere8205
    @abhijeetbhambere8205 4 หลายเดือนก่อน +1

    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?

  • @study-wf3jd
    @study-wf3jd 4 หลายเดือนก่อน +1

    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

    • @datascienceinyourpocket
      @datascienceinyourpocket  4 หลายเดือนก่อน

      Yes, it should ideally work

    • @juanmurta2587
      @juanmurta2587 หลายเดือนก่อน

      @@datascienceinyourpocket yeah i tested today. it works thanks alot

    • @rayyanmohsin8638
      @rayyanmohsin8638 29 วันที่ผ่านมา

      Did you find a solution? Facing a similar problem.

  • @quochungmaiphan6943
    @quochungmaiphan6943 5 หลายเดือนก่อน +1

    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?

    • @datascienceinyourpocket
      @datascienceinyourpocket  5 หลายเดือนก่อน

      What's the error?

    • @quochungmaiphan6943
      @quochungmaiphan6943 5 หลายเดือนก่อน +1

      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

    • @datascienceinyourpocket
      @datascienceinyourpocket  5 หลายเดือนก่อน

      Need to check. Worked for many non-tech guys pc

  • @1598ROGER
    @1598ROGER 5 หลายเดือนก่อน +1

    Why version 1.13.0? And how to hide the other .py files when sharing?

    • @datascienceinyourpocket
      @datascienceinyourpocket  5 หลายเดือนก่อน

      Had issues with other versions. Better create a folder, put secondary files there and change imports in the main app file (the Streamlit one)

  • @amitjain7949
    @amitjain7949 3 หลายเดือนก่อน +1

    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.

  • @parthpandey4631
    @parthpandey4631 หลายเดือนก่อน

    I am getting error- ModuleNotFoundError: No module named 'msilib'.Please help

    • @datascienceinyourpocket
      @datascienceinyourpocket  หลายเดือนก่อน

      You installed the streamlit version mentioned in the video?

  • @nas-codes
    @nas-codes 5 หลายเดือนก่อน +1

    Hi
    Could you please make this exe work on mac and windows too

    • @datascienceinyourpocket
      @datascienceinyourpocket  5 หลายเดือนก่อน

      This works in windows. Not sure about mac. Try and let me know the issue if any

  • @yousefjaber9246
    @yousefjaber9246 4 หลายเดือนก่อน +1

    Good day brother, do you have freelancing services?

  • @ibrahimsalehsiregar5526
    @ibrahimsalehsiregar5526 4 หลายเดือนก่อน +1

    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

    • @datascienceinyourpocket
      @datascienceinyourpocket  4 หลายเดือนก่อน

      Import this in run.py And then create cx-freeze exe

    • @datascienceinyourpocket
      @datascienceinyourpocket  4 หลายเดือนก่อน

      Also, there might be package compatibility issues as well, that you need to resolve manually

    • @ibrahimsalehsiregar5526
      @ibrahimsalehsiregar5526 4 หลายเดือนก่อน

      @@datascienceinyourpocket thanks for yur response, i'll try it

    • @ibrahimsalehsiregar5526
      @ibrahimsalehsiregar5526 4 หลายเดือนก่อน +1

      @@datascienceinyourpocket thank you so much man, finally solved the problem

    • @datascienceinyourpocket
      @datascienceinyourpocket  4 หลายเดือนก่อน

      Anytime😊