It seems this library is not compatible with pyinstaller, for one reason : there is this VERSION file in the package itself.
In my opinion, the version should be stored in a .py file, because VERSION is not taken into account during pyinstaller build.
Traceback (most recent call last):
File "run_cli_unity/main.py", line 21, in <module>
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "run_cli_unity/cloud/__init__.py", line 3, in <module>
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "run_cli_unity/cloud/entities/aggregate.py", line 13, in <module>
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "run_cli_unity/cloud/host_filter.py", line 27, in <module>
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "run_cli_unity/cloud/object.py", line 40, in <module>
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "PyInstaller/loader/pyimod02_importers.py", line 493, in exec_module
File "frozendict/__init__.py", line 33, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/_MEIqLoUjT/frozendict/VERSION'
[2247] Failed to execute script 'main' due to unhandled exception!
Hello!
It seems this library is not compatible with pyinstaller, for one reason : there is this VERSION file in the package itself.
In my opinion, the version should be stored in a .py file, because VERSION is not taken into account during pyinstaller build.