Python에서 필요한 패키지를 설치하는 도중 아래와 같은 에러가 발생했다.
M1 칩을 사용하고 있는 상황이고 검색해보니 아래와 같은 글을 볼 수 있었다.
Unfortunately, Google does not provide grpcio wheels built for Apple Silicon Macs. As you see from this issue, users have come up with a variety of compiler flags to compile the library on M1, which don't always work.
여러 궁금증이 들었다. 이번 시리즈를 통해 해결해나가야할 질문은 아래와 같다.
distuils
, setup.py
는 무엇일까?pip
와 파이썬 가상환경이 어떻게 동작하고 모듈을 관리하는가