Following up now with @ecoinstant and @thecrazygm. Kudos on Nectar by the way, do you have a logo for it?

I have finally downloaded Python 12.3 and installed it on the Pi. Since its a Pi and it uses Debian, it was a bit of a workaround, but I compiled it myself and its running now. Then upgraded the virtual environment and installed nectar....
git clone https://github.com/TheCrazyGM/nectarengine.git
cd nectarengine
pip install .
...and am trying to run in along with beem.
Now, if I were to plug in nectar for all things beem calls for would it be a good idea to do so, or do both and remove one at a time and see wherein the problem may lie?

As it stands currently, I can have the transactions of the bot broadcast; it uses Resource Credits. It will not complete a transaction or put one in the order book (buy or sell). What am I missing?
I will upload the new files to GitHub in the morning. It's been an overall exhausting process to know I'm missing the last piece of the puzzle. I may have to search through the Hive Engine API (https://hiveengine.readthedocs.io/en/latest/hiveengine.api.html) to figure out what I may be missing.
Appreciate the help and shares @enginewitty @techcoderx @txracer @dlmmqd @powerpaul @millhouze the little bits of knowledge have helped me get this far, THANK YOU.