I am trying to install pyfftw on windows 32 bits. I had to install fftw. So
1.I downloaded fftw-3.3.5-dll32.zip from here http://www.fftw.org/install/windows.html
2.I unzipped files and by developer command prompet for vs2019 I ran this commands :
lib /machine:x86 /def:libfftw3-3.def
lib /machine:x86 /def:libfftw3f-3.def
lib /machine:x86 /def:libfftw3l-3.def
3.I add folder path to variable path
4.pip install pyfftw thrown an error : could not find the fftw header 'fftw3.h'
Does anybody know the solution?
Tnx for your help