1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] pyinstaller --onefile is not including all necessary dependencies

Discussão em 'Python' iniciado por Stack, Outubro 4, 2024 às 02:52.

  1. Stack

    Stack Membro Participativo

    I am trying to compile a python script into an executable using pyinstaller --onefile. However, one necessary package, geemap, doesn't seem to be included, despite being an import in the script.

    Is it possible to force-add custom packages?

    Every time I run the .pyc file on a clean PC, it says:

    ModuleNotFoundError: No Module named 'geemap'

    Continue reading...

Compartilhe esta Página