docs: Add troubleshooting for Python version validation errors#580
docs: Add troubleshooting for Python version validation errors#580muhsinking merged 1 commit intomainfrom
Conversation
|
|
||
| ## Build errors | ||
|
|
||
| ### Unsupported Python version |
There was a problem hiding this comment.
Citation: New troubleshooting section based on the Python version validation added in PR #261. The error message and solution are derived from validate_python_version() in constants.py and the build validation in build.py.
View source
| 3. **Manifest generation**: Creates `.flash/flash_manifest.json` with endpoint definitions. | ||
| 4. **Dependency installation**: Installs Python packages for Linux x86_64. | ||
| 5. **Packaging**: Bundles everything into `.flash/artifact.tar.gz`. | ||
| 1. **Python version validation**: Verifies your local Python version is supported (3.10, 3.11, or 3.12). |
There was a problem hiding this comment.
Citation: Added Python version validation as the first step in the build process, based on PR #261's changes to run_build() in build.py which now validates Python version unconditionally before any other build steps.
View source
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Open this suggestion in Promptless to view citations and reasoning process
Documents the new build-time Python version validation in Flash. When users run
flash buildwith Python 3.13+, they'll now see a clear error message. This update adds a troubleshooting section explaining the error and how to switch to a supported Python version (3.10-3.12), and updates the build process documentation to include the validation step.Trigger Events
runpod/flash PR #261: feat: Python version-aware Docker image selection
Promptless Research (9 files, 1 GitHub PR)
.long_term_context/product_knowledge/product_overview.md.long_term_context/doc_workflow/client_instructions.mdflash/quickstart.mdxflash/apps/build-app.mdxflash/cli/build.mdxflash/troubleshooting.mdxflash/custom-docker-images.mdx.long_term_context/style/client_style_guide.mdflash/overview.mdxAgent Response
Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗