본문 바로가기
목차
파이썬

[python][맥북] pandas 설치 시 오류

by 지각생 2022. 5. 1.
728x90

 

 

pip로 설치 시 다음과 같은 오류가 발생할 경우의 해결방법

ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly

pip3 install --upgrade pip setuptools wheel
pip3 install opencv-python

pip 해서

zsh: command not found: pip

이런 문구가 뜨면 pip3을 쓰면 된다.

 

그다음 다시 

pip3 install pandas
728x90

댓글