python

pip 이용한 설치중 Cannot uninstall 'pyserial' 에러발생

서버를 다시 세팅하고 pwntools 를 설치중에 다음과 같은 에러가 발생했다.

 

 

Cannot uninstall 'pyserial'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

 

 

sudo pip install --ignore-installed pwntools

 

 

--ignore 옵션을 추가하여 게속 설치 진행이 가능하다.

 

저거 하나 몰라서 삽질..