-2
Ooh, ooh, ooh, ooh, ooh?
So I finished a project that contains only one file. py that imports the following libraries :
dlib face_recognition
And I want to export this code so that OTHER LINUX , only for Linux, can simply download the code and run a "python3 meucodigo.py" and the script runs normally without the need to install all the imported libraries in the code.
Would have as?
Version of the project: Python 3.
I put everything inside the main function but when I run the command # python3 -m zipapp my.py -m "my:main" returns the error: in-place Editing of Archives is not supported
– Gustavo de Oliveira
Would you help me by Viewer team please?
– Gustavo de Oliveira
@Gustavodeoliveira your command is wrong; you should not have
.py
ali. Read the documentation.– nosklo