Indeed I'm using the `develop` branch on github: https://github.com/pyinstaller/pyinstaller/tags. I just reverted to tag 5.12.0. The currently released version of pyinstaller (`master`) is also broken for us since we have multiple dependencies that rely on C++ extensions in their wheels and were just not working properly on `master`.
My `poetry.toml`: ``` [tool.poetry.dependencies] python = "3.9.16" Pillow = "^8.3.0" imutils = "^0.5.4" Flask = "*" google = "^3.0.0" protobuf = "^3.17.3" fuzzysearch = "^0.7.3" python-Levenshtein = "^0.12.2" importlib-metadata = "^4.6.1" numpy = "^1.21.0" ImageHash = "^4.2.0" requests = "^2.25.1" click = "^8.0.1" SQLAlchemy = "1.4.43" alembic = "^1.6.5" fuzzywuzzy = "^0.18.0" lxml = "^4.6.3" cssselect = "^1.1.0" PySide6 = "6.4.0" beautifulsoup4 = "^4.10.0" superqt = "^0.2.5" gevent = "^21.12.0" python-engineio = "3.13.2" Werkzeug = "2.0.1" jsonschema = "^4.9.1" mixpanel = "^4.10.0" sentry-sdk = "^1.9.9" pyobjc = "^8.5.1" appdirs = "^1.4.4" python-dotenv = "^1.0.0" openai = "^0.27.2" tiktoken = "^0.3.3" scikit-learn = "^1.2.2" simhash = "^2.1.2" ``` On Wednesday, August 16, 2023 at 4:49:28 AM UTC-4 bwoodsend wrote: > Are you using unreleased PyInstaller from GitHub? If so, it looks like you > need to recompile the bootloaders. > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/37592232-b641-42a7-b450-831db434770fn%40googlegroups.com.
