Closed harshithdwivedi closed 3 years ago
Hi @ronaldoussoren can you look into this? A built in recipe for Tensorflow would be great, I believe that issue #282 is linked to this.
I've added a minimal recipe to the repository (and expect to push out a release before the end of the year).
The recipe is at this point very minimal and just includes the entire TensorFlow package into the generated app bundle. Given the size of that package it may be possible to improve on this by leaving out part of the package by default. But the first step is ensuring that using TensorFlow works.
Closing the issue because automatically including all of tensorflow fixes the packaging issue.
Hi again! While packaging tensorflow 1.15 with py2app in a project of mine, I'm getting an error that's concerning Keras.
This is what the error looks like:
Here's my setup.py for the project:
A minimal piece of code that can help reproduce this issue:
System configuration:
Python Version: 3.7.6 Py2App version: 0.21