서버를 다시 세팅하고 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.
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
sudo pip install --ignore-installed pwntools
--ignore 옵션을 추가하여 게속 설치 진행이 가능하다.
저거 하나 몰라서 삽질..
'Computer' 카테고리의 다른 글
cannot resolve symbol ~ 에러 해결하기 (0) | 2020.01.26 |
---|---|
[Unity]01.ARCore 사용 - ARCore 시작하기 (0) | 2020.01.25 |
레나 이미지분석 2번째 이야기 (0) | 2020.01.13 |
레나, IT 이미지 분석 이야기 (0) | 2020.01.13 |
[워드프레스] 모바일 기기에서 유튜브 동영상이 잘리지 않고 표시되도록 하기 (0) | 2020.01.11 |