-
I am using logtail in a PyInstaller packaged project on Windows, my exe is saved on drive D:
I create the LogtailHandler with `raise_exceptions=True`, when I call `logger.info` I got these exception:…
-
The latest version of packaged program files is more than twice as large as before。
Windows10, Python 3.8.10
V0.19.0: `flet pack main.py`: 31,954 KB
V0.19.0: `pyinstaller -F -w main.py`: 30,651 K…
icsos updated
2 months ago
-
We're trying to compile a universal2 executable and have been unable to find/install a fat binary for cffi. `arch -x86_64 -arm64 pip3 install cffi` still gives us separate architectures so files and …
-
**Describe the bug**
A runtime exception is thrown after building a single file EXE with pyinstaller.
Building the exe completes without issue. However, a runtime exception is thrown due to a missin…
-
Request from EC team. These are currently buried inside GitHub Actions meaning the EC team can't trivially automate EC build.
-
py2exe will create windows packages, however pyinstaller will create packages for windows, mac, and linux. Look at using this instead of multiple tools to do the same thing for each platform.
-
I came upon this repository while attempting to package a grpc and google cloud firestore project using pyinstaller, as upstream pyinstaller does not have the hooks necessary to package these. Could I…
-
I want to make .exe file in Windows 10.
so, I tried to use pyinstaller. (Pyinstaller Version : 4.0)
When I make exe file, I used this command.
**pyinstaller -F scripts/demo_inference.exe**
Pyi…
-
출처 : [PyInstaller : 파이썬(Python) 배포를 위한 exe 실행 파일을 만드는 방법](
https://jiwift.tistory.com/entry/PyInstaller-%ED%8C%8C%EC%9D%B4%EC%8D%ACPython-%EB%B0%B0%ED%8F%AC%EB%A5%BC-%EC%9C%84%ED%95%9C-exe-%EC%8B%A4%…
-
When I go to build my python program with PyInstaller to turn it into a windows exe, It throws an error:
```Unable to find "C:\Users\3jbc2\nltk_data" when adding binary and data files```
I have trie…