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

AttributeError: 'ParsedRequirement' object has no attribute 'req' #106

Open milahu opened 11 months ago

milahu commented 11 months ago

https://github.com/plasma-disassembler/plasma/blob/ec7df9b2b9b356dd5d8caf01b7e68c0ab5a1ef42/setup.py#L25

this patch works for me:

sed -i "s/if item.req:/if getattr(item, 'req', None):/" setup.py