Subj : Mystic Python Issues on Raspberry Pi
To : James Bradley
From : Mike Fenton
Date : Mon Dec 05 2022 09:40 am
JB> Hey no probs. I have followed the wiki and am getting super stuck.
JB> Nothing is working. :(
Have you checked to see if you have the python 2.7 installed by issues the following? If you see no record of this, check by ldconfig -p | grep libpython to see if you see anything that is version 2, not 3.
ldconfig -p | grep libpython2.7.so.1.0
If nothing, do an install like the following if using a debian based distro.