How can I install python or python packages with a specific PyUnicode? -
i trying install pyfftw pythonic wrapper fftw. when following error.
importerror: /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so : undefined symbol : pyunicodeucs2_fromunicode
vaarious websites suggest when problem occurs either install python correct pyunicode or install python package correct pyunicode. have no idea how either of these. can please provide me step-by-step guide on how this?
i installing pyfftw package using sudo pip install pyfftw on raspberrypi.
thanks, e.lee
Comments
Post a Comment