bkerler / edl

Inofficial Qualcomm Firehose / Sahara / Streaming / Diag Tools :)
GNU General Public License v3.0
1.66k stars 386 forks source link

Suggestion for MacOS instructions, plus cannot find keystone library #584

Open BlairSadewitz opened 1 month ago

BlairSadewitz commented 1 month ago

Hello,

Rather than instructing people to do 'sudo python3 setup.py install', I realized that, for preserving my sanity, it's a lot less trouble to use conda/mamba/micromamba (I use the last one) to create a venv and work inside it. I'm not familiar enough with MacOS to deal with where it's putting things when I do it the other way. It also ensures a consistent environment that won't be polluted with anything else from the system, etc.

Also, pylzma doesn't build on MacOS (at least newer versions). Thankfully, this fork fixes it..

Also, I have this installed:

keystone-engine 0.9.2

But I get:

Keystone library is missing (optional).

Don't know if I'm gonna need that yet, but it would be nice to figure out what's going on, heh. Thanks so much for developing this. Hopefully, I'll be able to unbrick one of my op8s with it.

RenateUSB commented 1 month ago

Using Python and preserving your sanity are conflicting goals.