Using PyInstaller with torch, torchaudio and tensorflow on m1 mac #7052
-
|
I am trying to build a standalone python program with Pyinstaller. Running the test file works fine (python tester.py), but when I build it with pyinstaller I and execute the file I get this error: This is the file I want to pack: And this is my tester.spec file for pyinstaller: I have no idea where this is coming from or how to solve this. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is caused by duplication of |
Beta Was this translation helpful? Give feedback.
This is caused by duplication of
torchshared libraries on macOS - see pyinstaller/pyinstaller-hooks-contrib#375 (from this comment on) for details and for manual work-around.