Closed mscatloaf closed 3 years ago
/home/pi/.local/lib/python2.7
Apparently this uses python 2.7. This version is more than 10 years old, and not supported anymore for a long time. No idea why it falls back to that on your system though.
I don't know, but I installed it normally. How could I run it with python3?
I think you can force it with
python3 `which stressberry`
but really your installation seems broken. There may be more errors down the line.
I did that, and it seems to have worked.
Alright then, cool!
Ok. using pip3 fixed it.
I am running this program on a Raspberry pi to test overclocked performance. The program install fine, but when I run the command "MPLBACKEND=Agg stressberry-plot out.dat -o out.png" I recieve this error:
Note that I tried pip install functools which gave me this:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-z8T8wu/functools/
I tried multiple variations of the same command which all had the same error at the end. This might be an issue with functools.