Convert Streamlit app to exe file demo

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • This video demonstrates how to convert Streamlit app to exe file using cxfreeze and share it with others without requiring python and other packages. #streamlit #software #ai #ml #datascience

Комментарии • 28

  • @amitjain7949
    @amitjain7949 27 дней назад +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.

  • @1598ROGER
    @1598ROGER 2 месяца назад +1

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

    • @datascienceinyourpocket
      @datascienceinyourpocket  2 месяца назад

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

  • @abhijeetbhambere8205
    @abhijeetbhambere8205 Месяц назад +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 Месяц назад +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

  • @yousefjaber9246
    @yousefjaber9246 Месяц назад +1

    Good day brother, do you have freelancing services?

  • @study-wf3jd
    @study-wf3jd Месяц назад +1

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

    • @datascienceinyourpocket
      @datascienceinyourpocket  Месяц назад

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

  • @avishay323
    @avishay323 2 месяца назад +1

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

    • @datascienceinyourpocket
      @datascienceinyourpocket  2 месяца назад

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

  • @nas-codes
    @nas-codes 2 месяца назад +1

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

    • @datascienceinyourpocket
      @datascienceinyourpocket  2 месяца назад

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

  • @shivendrapratapsingh8930
    @shivendrapratapsingh8930 3 месяца назад +1

    This is probably the fastest .exe maker by far.

  • @quochungmaiphan6943
    @quochungmaiphan6943 2 месяца назад +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  2 месяца назад

      What's the error?

    • @quochungmaiphan6943
      @quochungmaiphan6943 2 месяца назад +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  2 месяца назад

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

  • @ibrahimsalehsiregar5526
    @ibrahimsalehsiregar5526 Месяц назад +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