So I have a application (made with kivy) that I want to turn into an exe using pyinstaller. Ive installed pyinstaller correctly and used it in the correct directory however whenever I try to run the exe file it always says that there is no module named 'kivy'. My directory is made up of two txt files that the main file depends on as well as libs such as os, kivy, and selenium. How would I make this work. The libs are in a venv file because its from pycharm. All help appreciated.
↧