AdrienLF

Results 12 comments of AdrienLF

Thank you all for the info, I followed it, however I have an issue when I try to sign the app. Here's what I'm doing: I have an .app created...

Still have the same issue, anyone found a solution?

You need to add "import keras" in lib/ops.py

Same error, on mac, NOT using CUDA back end.

Any progress on this so far?

Still having this issue with torch 1.12.1, pyinstaller 5.6.2 and pyinstaller-hooks-contrib 2022.13: ```pyimod03_ctypes.install..PyInstallerImportError: Failed to load dynlib/dll '/.../dist/.../libtorch_global_deps.dylib'. Most likely this dynlib/dll was not found when the application was frozen.```...

Sure, I actually made a test with a new environment, so let me share it with you: I created a conda env with only pyinstaller and pytorch. I used conda...

As per your instructions, I recreated the environment with pip. However, I still have an issue with torchvision. I could create a new issue for it, but I wanted to...

I only have the .pyc file in torchvision in the pyinstaller, so it has not been collected. Copy pasting the original torchvision folder into the pyinstaller torchvision folder then gives...

Rebuilding the env with venv instead of conda and using `--collect-all torchvision` solved my issue :) Thanks!