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.
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.