Ok, looks like I'll have to do some more digging.

The other issue I'm running into has to do with TensorFlow.  My goal is to
create a single windowed executable with no console.  Unfortunately, when I
package my application without a console, I run into this error:

WARNING - AutoGraph is not available in this environment: functions lack
code information. This is typical of some environments like the interactive
Python shell. See
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/autograph/g3doc/reference/limitations.md#access-to-source-code
for more information.

Any ideas of a workaround?  I've looked through various forums and such and
haven't found a solution yet.

On Tue, Sep 26, 2023 at 12:52 AM bwoodsend <[email protected]> wrote:

> That sounds like a red herring. It’s specifically 
> subprocess.run([sys.executable,
> ...]) that we’re interested in — any other command should run fine under
> PyInstaller.
> ​
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "PyInstaller" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/pyinstaller/Z76GgQlCruY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyinstaller/cfa78206-b7d2-4e2e-8cfc-a29916b36ce7n%40googlegroups.com
> <https://groups.google.com/d/msgid/pyinstaller/cfa78206-b7d2-4e2e-8cfc-a29916b36ce7n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CAGu_XGhpUNNpGO3Vvyv3bgZMefAio_ERbRp1HfCY32JeAM5Ong%40mail.gmail.com.

Reply via email to