I have to create an exe file from my python script. I use pyinstaller, but sometimes it does not create executables, e.g., when I use libraries like librosa or Keras. Is there some other way to create executables?
Asked
Active
Viewed 70 times
1
-
2You might want to rephrase your question to ask why the executables are not created when you include those libraries – OneCricketeer Aug 26 '21 at 19:18
-
If you're getting an error while creating an executable while using the packages `librosa` or `keras`, please add it to the question. Also, as mentioned by @OneCricketeer, update the title of the question. – Shubham Panchal Aug 27 '21 at 04:01