secrary / SSMA

SSMA - Simple Static Malware Analyzer [This project is not maintained anymore by me]
GNU General Public License v3.0
410 stars 88 forks source link

this why? #51

Closed anuxraw closed 6 years ago

anuxraw commented 6 years ago

cuplikan layar_2018-02-17_13-01-01 this why? I've installed it but can not ?

pielco11 commented 6 years ago

It seams that using pip3 you are accessing to python2 packages. You should get something like this:

screenshot_6

Are you using aliases (which is usual when using customized version of shells, like oh-my-zsh)? Please run which pip3 and if you see something like this:

screenshot_5

I suggest you to edit that specific alias, otherwise we will find another way.