install broken since pyfftw 0.11.1 release
Created originally on Bitbucket by apatlpo (Aurelien LPO)
Install is currently broken with following message:
(/home1/datahome/aponte/conda-env/fluidsim) aponte/fluidsim_tmp% python setup.py develop -v
...
Installing fluidsim-create-xml-description script to /home1/datahome/aponte/conda-env/fluidsim/bin
Installing fluidsim-profile script to /home1/datahome/aponte/conda-env/fluidsim/bin
Installing fluidsim-test script to /home1/datahome/aponte/conda-env/fluidsim/bin
Installed /home1/datahome/aponte/fluidsim_tmp
Processing dependencies for fluidsim==0.2.3
Searching for pyfftw>=0.10.4
Reading https://pypi.org/simple/pyfftw/
Downloading https://files.pythonhosted.org/packages/fa/7f/e65fe8b9f1b66aab22c8d76c2f03180714a558fcef4a723263fa8f3754f8/pyFFTW-0.11.1.tar.gz#sha256=05ea28dede4c3aaaf5c66f56eb0f71849d0d50f5bc0f53ca0ffa69534af14926
Best match: pyFFTW 0.11.1
Processing pyFFTW-0.11.1.tar.gz
Writing /tmp/easy_install-tpntpw1b/pyFFTW-0.11.1/setup.cfg
Running pyFFTW-0.11.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tpntpw1b/pyFFTW-0.11.1/egg-dist-tmp-3nr2v3g1
warning: no files found matching 'CHANGELOG.md'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'build'
no previously-included directories found matching '*/__pycache__'
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.dll' found anywhere in distribution
warning: no previously-included files matching '*.dylib' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '*.bak' found anywhere in distribution
warning: no previously-included files matching '*.swp' found anywhere in distribution
UPDATING build/lib.linux-x86_64-3.6/pyfftw/_version.py
set build/lib.linux-x86_64-3.6/pyfftw/_version.py to '0.11.1'
error: Setup script exited with error: Could not find any of the FFTW libraries
(/home1/datahome/aponte/conda-env/fluidsim) aponte/fluidsim_tmp%
Reverting to 0.10.4 fixes the problem:
pip install pyFFTW==0.10.4
the problem is upstream probably and maybe related to https://github.com/pyFFTW/pyFFTW/issues/252