Thanks for maintaining this awesome project on your spare time by the way :)
If there is no serious funding, I will retire from maintaining.
See
<https://github.com/pyinstaller/pyinstaller/issues/4404>.
And to be frank: I expect companies like docker to pay a
noteworthy part of this funding. Please step forward to you
management.
I always get an HTTP request sent to https://api.apple-cloudkit.com (captured by Charles Proxy). AFAIK CloudKit is the client library to access iCloud, so I can't see how this relates to setting up a standalone Python executable, but this is systematic on every run, and may explain few seconds delay running the command.
This is not related to PyInstaller, which does not include such
code. Please check your sources.
Goebel Consult, Landshut
http://www.goebel-consult.de
Blog:
https://www.goe-con.de/blog/frauenhofer-promoted-gnunet-mit-heisser-luft
Kolumne:
https://www.goe-con.de/hartmut-goebel/cissp-gefluester/2011-09-kommerz-uber-recht-fdp-die-gefaellt-mir-partei
Am 15.10.19 um 11:48 schrieb 'Nicolas de Loof' via PyInstaller:
Thanks for maintaining this awesome project on your spare time by the way :)If there is no serious funding, I will retire from maintaining. See <https://github.com/pyinstaller/pyinstaller/issues/4404>.
And to be frank: I expect companies like docker to pay a noteworthy part of this funding. Please step forward to you management.
I always get an HTTP request sent to https://api.apple-cloudkit.com (captured by Charles Proxy). AFAIK CloudKit is the client library to access iCloud, so I can't see how this relates to setting up a standalone Python executable, but this is systematic on every run, and may explain few seconds delay running the command.This is not related to PyInstaller, which does not include such code. Please check your sources.
--
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software DevelopmentGoebel Consult, Landshut
http://www.goebel-consult.deBlog: https://www.goe-con.de/blog/frauenhofer-promoted-gnunet-mit-heisser-luft
Kolumne: https://www.goe-con.de/hartmut-goebel/cissp-gefluester/2011-09-kommerz-uber-recht-fdp-die-gefaellt-mir-partei
--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyinstaller...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/af1dd1fe-e9dd-cd70-de1d-6cf0327e0b33%40goebel-consult.de.
I was able to reproduce this issue with a minimalist main.py "application" : print "hello"packaged as a single file distributable, and ran on OSX Catalina, a request get sent to api.apple-cloudkit.com.I assume, as a fresh new Python installation is created under /tmp/_MExxx for every run, system software protection on Catalina do scan this "new" executable and some live diagnostic is sent to apple...