plasma-disassembler / plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.
GNU General Public License v3.0
3.05k stars 275 forks source link

Traceback when trying to install #74

Closed cnobile2012 closed 6 years ago

cnobile2012 commented 7 years ago

I get the following traceback when installing into a virtual environment.

Traceback (most recent call last):
  File "setup.py", line 9, in <module>
    from pip.req import parse_requirements
ImportError: No module named 'pip'