Troubleshooting Post Production Template

Use this template for every new paired Korean and English troubleshooting post.

Pair Metadata

Korean Front Matter

---
typora-root-url: ../
layout: single
title: >
  한국어 제목
seo_title: >
  한국어 SEO 제목
date: 2026-05-23T09:00:00+09:00
lang: ko
translation_id: topic-slug
header:
  teaser: /images/header_images/overlay_image_python.png
  overlay_image: /images/header_images/overlay_image_python.png
  overlay_filter: 0.5
excerpt: >
  문제와 해결책을 120-160자 안팎으로 설명합니다.
seo_description: >
  문제와 해결책을 120-160자 안팎으로 설명합니다.
categories:
  - ko_Troubleshooting
tags:
  - Python
  - pip
  - Windows
---

English Front Matter

---
typora-root-url: ../
layout: single
title: >
  How to Fix ...
seo_title: >
  How to Fix ...
date: 2026-05-23T09:00:00+09:00
lang: en
translation_id: topic-slug
header:
  teaser: /images/header_images/overlay_image_python.png
  overlay_image: /images/header_images/overlay_image_python.png
  overlay_filter: 0.5
excerpt: >
  Explain the problem and the fix in about 120-160 characters.
seo_description: >
  Explain the problem and the fix in about 120-160 characters.
categories:
  - en_Troubleshooting
tags:
  - Python
  - pip
  - Windows
---

Article Outline

## Problem

State the exact error message and when it appears.

## Cause

Explain the likely cause. Keep this section concrete: version, path, dependency, permission, network, or config.

## Quick Fix

Start with the safest fix.

```bash
# command here
```

## Step-by-Step Fix

### 1. Check the Current State

```bash
# diagnostic command
```

### 2. Apply the Fix

```bash
# fix command
```

### 3. Verify the Result

```bash
# verification command
```

## Common Mistakes

- Mistake 1
- Mistake 2
- Mistake 3

## Related Posts

- [Related post title](/category/post-slug/)
- [Related post title](/category/post-slug/)

Quality Checklist

Ad Placement Notes