ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

Can't build for Tensorflow-macos on MBP M1 #480

Open yihaofu1995 opened 1 year ago

yihaofu1995 commented 1 year ago

Hi, I'm trying to build an app with Tensorflow-macos on MacBook Pro M1 chip. I got error message below

... /Users/yihao/Desktop/Workspace/PyCharm/EagleC Explorer/dist/EagleC Explorer.app: signed app bundle with Mach-O universal (x86_64 arm64) [YUE Lab] checking for any import problems Trace/BPT trap: 5

Is there any solution can fix this problem? Thanks!