Re: [PyInstaller] External Imports

2021-05-05 Thread Yogesh Sheoran
Sorry, I think I did not asked clearly. I am taking care of this thing, only required packages are getting packed that is not the issue for me. What I need help in is - Not pack these packages at all, I am providing a installation script which will setup a virtual env and install the list of

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

2021-05-05 Thread bwoodsend
> I am avoiding virtual environments. I have geemap installed in my global environment, and I run PyInstaller from there! Can you check that by running the commands I gave you? A lot of people think that they are using the global environment but don't realize that PyCharm/conda/umpteen other

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

2021-05-05 Thread Olivier H.
I am avoiding virtual environments. I have geemap installed in my global environment, and I run PyInstaller from there! But I need this to work on a PC without a geemap installation. After running PyInstaller, I pip uninstall geemap and then run the executable. But I then get the geemap