Skip to content

Commit 6d285bc

Browse files
committed
revise PEP post
1 parent 19e0694 commit 6d285bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_posts/2024-09-19-error_PEP.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ math: true
1919
파이썬에서 pip로 라이브러리 설치 시 가끔씩 아래와 같은 오류가 발생합니다. (e.g., opencv-python)
2020

2121
```python
22-
2322
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly
24-
2523
```
2624

2725
해당 오류가 발생하는 경우 아래 명령어를 통해 pip, setuptools, wheel를 업그레이드 해줌으로써 해결이 가능합니다.
2826

2927
```python
30-
3128
pip install --upgrade pip setuptools wheel
32-
3329
```
3430

3531
만약 권한 문제로 위 명령어가 실행되지 않는다면 Windows의 cmd를 관리자권한으로 열어주신 후 명령어를 다시 입력해주시면 됩니다.

0 commit comments

Comments
 (0)