python3 --version python3 버전 확인 pip3 --version pip3 버전 확인 pip install pip3 설치 안되어있으면 설치하기 pip3 install numpy pip3로 numpy 설치 https://carpfish.tistory.com/entry/pip를-이용한-Numpy-설치python3 pip3 install pandas pip3로 pandas 설치 https://carpfish.tistory.com/entry/pip를-이용한-Pandas-설치python3 Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packa..