ainfosec / FISSURE

The RF and reverse engineering framework for everyone. Follow and ★ to show your support!
https://twitter.com/FissureRF
GNU General Public License v3.0
1.56k stars 85 forks source link

Install fails on DragonOS_focalX R36 (and probably with Ubuntu22.04) with setuptools > 70 #52

Closed serveln closed 4 weeks ago

serveln commented 1 month ago

DragonOS FocalX and also Ubuntu updates setuptools to versión 72, which produces installation errors with PyYAML, py... and ... Changing setuptools from the installer to "sudo python3 -m pip install "setuptools<71" fix the issue.

Error: image

cpoore1 commented 1 month ago

I will test it out and do a deep dive of the installer for DragonOS FocalX after I get through Parrot Security 6.1. I'll check it again on Ubuntu too. I didn't notice this issue for the last Ubuntu install I did.

cpoore1 commented 4 weeks ago

I'm testing out DragonOS FocalX now and there are a few problems that I see:

cpoore1 commented 4 weeks ago

I tried to force all the setuptools to use a version less than 71 for DragonOS FocalX. It is version 72 for Ubuntu 22.04 but I didn't notice any of the errors across tools during the last install or while doing a demo of FISSURE. I will reopen this issue if I see it again. I think the install for DragonOS FocalX is good minus a couple troublesome tools that I left unchecked. Thanks for the issue and pull request.