He is using python 3.4 together with pandas. But i cant get pandas to work with python 3 on the pi2 with raspian.
but pandas working in python 2.7 so i have converted the code to 2.7.
but he is also using
Code: Select all
from matplotlib import styleAnd it works on python 3 but not on 2
I have been searching for clues and tried to see how to install either but can not find any way to do so.
is there a way to get these packages, (pandas on 3.2 or matplotlib style on 2.7) to work on the pi2?
i am having the same problem on my normal debian box.