Error about PHP version during Python deployment
### Bug Report
- At what date and time did you most recently experience the problem?
2025-01-21 12:26
- Where did you experience the problem? E.g. Azure Web Apps, Azure Functions, Azure Container Registry, or offline use.
Azure Web Apps
- If your repo is publicly available please share its URL:
- What happened?
During build, an error about a PHP version appears. I am not using PHP (it's a Django application)
- What did you expect or want to happen?
Build
- How can we reproduce it?
We can provide the repo if needed, but not publically
- Do you have log output? Please include between the backticks:
```
Command: oryx build /home/site/repository -o /home/site/wwwroot --platform python --platform-version 3.14 -p virtualenv_name=antenv --log-file /tmp/build-debug.log -i /tmp/8de58df7812fe33 --compress-destination-dir | tee /tmp/oryx-build.log
Operation performed by Microsoft Oryx, https://github.com/Microsoft/Oryx
You can report issues at https://github.com/Microsoft/Oryx/issues
Oryx Version: 0.2.20251022.1+bef98bc7139feefaa74be16de9d835e2c85385d4, Commit: bef98bc7139feefaa74be16de9d835e2c85385d4, ReleaseTagName: 20251022.1
Build Operation ID: dda403123eebd0c3
Repository Commit : 777a11eb89ad8cd30ae6d1f7069df1084bc055af
OS Type : noble
Image Type : githubactions
Primary SDK Storage URL: https://oryx-cdn.microsoft.io
Backup SDK Storage URL:
Detecting platforms...
External SDK provider is enabled.
Requesting metadata for platform nodejs from external SDK provider
Requesting metadata for platform nodejs from external SDK provider
Platform 'hugo' has been disabled, so skipping detection for it.
Requesting metadata for platform python from external SDK provider
Requesting metadata for platform python from external SDK provider
Requesting metadata for platform php from external SDK provider
Requesting metadata for platform php from external SDK provider
Failed to get checksum for platform php, blobName defaultVersion.noble.txt. Skipping download of blob.
Requesting metadata for platform php from external SDK provider
Requesting metadata for platform php from external SDK provider
Failed to get checksum for platform php, blobName defaultVersion.noble.txt. Skipping download of blob.
Error: Platform 'php' version '' is unsupported. Supported versions:
Error: Platform 'php' version '' is unsupported. Supported versions:\n/bin/bash -c "oryx build /home/site/repository -o /home/site/wwwroot --platform python --platform-version 3.14 -p virtualenv_name=antenv --log-file /tmp/build-debug.log -i /tmp/8de58df7812fe33 --compress-destination-dir | tee /tmp/oryx-build.log ; exit $PIPESTATUS "
```
<!--
Thanks again!
-->
关闭于 2026-01-21 1 条评论