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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -