# Python Project Template Error Handling

> Sub-skill of python-project-template: Error Handling.

- Skill: `vamseeachanta/python-project-template-error-handling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/python-project-template-error-handling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/python-project-template-error-handling/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/python-project-template-error-handling

---


# Error Handling

## Error Handling


### Directory Exists


```
Error: Directory 'my-project' already exists

Options:
1. Use different name
2. Use --force to overwrite
3. Use --update to add missing files
```
### UV Not Installed


```
Error: UV package manager not found

Install UV:
curl -LsSf https://astral.sh/uv/install.sh | sh
```

