<div dir="ltr">Hi all,<div><br></div><div>I've run into an apparent conflict between pypocketfft, the basis for scipy.fft introduced in scipy 1.4.0, and GDAL 3.1.0 built with the ECWJP2 SDK version 5.5. I'm wondering if anyone has seen this and found a solution other than downgrading scipy to 1.3.2?</div><div><br clear="all"><div>$ pip install scipy<br>...<br>Successfully installed scipy-1.4.1<br>$ python<br>Python 3.6.6 (default, Sep 12 2018, 18:26:19) <br>[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import rasterio<br>>>> import scipy<br>free(): invalid pointer<br>Aborted (core dumped)</div><div><br></div><div>I've looked at the above more closely using gdb and the crash occurs on import of one of pypocketfft's C extension modules (an .so file).</div><div><br></div><div>Downgrading scipy sidesteps the problem.</div><div><br>$ pip uninstall scipy<br>...<br>Successfully uninstalled scipy-1.4.1<br>$ pip install scipy==1.3.2<br>...</div><div>Successfully installed scipy-1.3.2<br>$ python<br>Python 3.6.6 (default, Sep 12 2018, 18:26:19) <br>[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import rasterio<br>>>> import scipy<br>>>> </div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Sean Gillies</div></div></div></div>