-
Notifications
You must be signed in to change notification settings - Fork 451
Error with PyInstaller during deployment of Azure function #1100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
When I try to deploy straight from VSCode (UI, right click > 'Deploy to Function App') I get
|
I have the same issue, can't redeploy, get:
|
Oho, but adding this flag helped: |
Closing. --no-bundler does indeed work for fixing any PyInstaller complications. I also had to update rolled key somewhere that was preventing auth and that was confusing me. |
Should we use |
If anyone else run into this problem, try updating |
Platform/OS: Linux Ubuntu
Regression From: Was working ~2 weeks ago
Bug description
I am developing an Azure function (Python) through VSCode. When I run 'func azure functionapp publish RootCauseAnalyzer --build-native-deps', I get a very long trace due to requirements.txt installing, culminating with this error:
My Dockerfile, if it's relevant:
When I add the --no-bundler option I get:
Do you know what is happening with Pyinstaller? This same deployment flow was working about two weeks ago.
The text was updated successfully, but these errors were encountered: