[PyInstaller] including ffmpeg

2021-05-10 Thread Massimo Manca
Hello guys, I am a newbie about Pyinstaller, until now I made only a couple of exe on Windows using it without any problem but today I experienced the first problem and seem to be related to ffmpeg. So, how may I add ffmpeg to my spec file? Thanks, Massimo This is the content of my spec file:

[PyInstaller] Re: geemap package not being included in pyinstaller

2021-05-10 Thread Olivier H.
Running your commands shows no errors for either. I tried running PyInstaller from a custom geemap Anaconda environment, but still geemap is not packaged when running PyInstaller. No clue what is going on! On Wednesday, 5 May 2021 at 11:19:00 UTC+2 bwoodsend wrote: > > I am avoiding virtual env

[PyInstaller] Error while building a project

2021-05-10 Thread Joshua Whopper
Hi all, I am trying to obtain a linux exe from a python project. I've created a file .spec, modified it according my configuration (I suppose) but I get following error when run pyinstaller index.spec File "/usr/local/lib/python3.5/dist-packages/pyinstaller-4.1-py3.5.egg/PyInstaller/building/bu

[PyInstaller] Pyinstaller doesn't include all hidden imports

2021-05-10 Thread Batuhan Altinsoy
Hi, I am using two obfusctaed library in my project, thus pyinstaller hooks can not find all the packages. When I give missing packages as hidden imports they are not included in the dist folder. I also tried to add custom hooks for missing pakcages but that didn't help. Is there any way to di