I am trying to install PyFFTW a pythonic wrapper for FFTW. When I do so I get the following error.
ImportError: /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so : undefined symbol : PyUnicodeUCS2_FromUnicode
Vaarious websites suggest that when this problem occurs to either install python with the correct PyUnicode or to install the python package with the correct PyUnicode. I have no idea how to do either of these. Can someone please provide me with a step-by-step guide on how to do this?
I am installing the PyFFTW package using sudo pip install pyfftw on a RaspberryPi.
Thanks, E.Lee