반응형
[Errno 2] No such file or directory: 'libunicorn.so' 문제 발생시
해결 방법:
터미널에
sudo pip install "https://github.com/unicorn-engine/unicorn/archive/master.zip#egg=unicorn&subdirectory=bindings/python"
입력 해주면 해결
반응형
'TIL > 잡다한' 카테고리의 다른 글
[알고리즘]정렬 알고리즘 및 시간 복잡도 정리 (0) | 2018.02.26 |
---|---|
[컴퓨터구조]How does CPU execute program (0) | 2018.02.23 |
[심볼제거관련] __attribute__ hidden 옵션 (0) | 2018.02.22 |
정적/동적 라이브러리 차이점 (0) | 2018.02.19 |
[ADT]Abstract Data Type (0) | 2018.02.19 |