Description
Hej,
I have just downloaded the latest build available on conda and, whenever I try to run the channel flow, I get the following error:
RuntimeError: The data has an uncaught error that led to the planner returning NULL. This is a bug.
I made sure to download pyfftw directly from your channel as to avoid the missing dct problem.
For the sake of completeness, below is the whole message that gets printed whenver I try to run the LaminarChannel.py file.
Traceback (most recent call last): File "LaminarChannel.py", line 133, in <module> context = solver.get_context() File "/home/jean-christophe/anaconda3/envs/spectralDNS/lib/python3.6/site-packages/spectralDNS/solvers/KMM.py", line 31, in get_context FST = TensorProductSpace(comm, (ST, K0, K1), **{'threads':params.threads, 'planner_effort':params.planner_effort["dct"]}) # Dirichlet File "/home/jean-christophe/anaconda3/envs/spectralDNS/lib/python3.6/site-packages/shenfun/tensorproductspace.py", line 102, in __init__ self.xfftn[-1].plan(pencil.subshape, axes, dtype, kw) File "/home/jean-christophe/anaconda3/envs/spectralDNS/lib/python3.6/site-packages/shenfun/spectralbase.py", line 543, in plan xfftn_fwd = plan_fwd(U, n=n, axis=axis, **opts) File "/home/jean-christophe/anaconda3/envs/spectralDNS/lib/python3.6/site-packages/pyfftw/builders/builders.py", line 410, in rfft avoid_copy, inverse, real) File "/home/jean-christophe/anaconda3/envs/spectralDNS/lib/python3.6/site-packages/pyfftw/builders/_utils.py", line 205, in _Xfftn flags, threads) File "pyfftw/pyfftw.pyx", line 1252, in pyfftw.pyfftw.FFTW.__cinit__ (/home/mikael/anaconda2/conda-bld/pyfftw_1486478882857/work/pyfftw/pyfftw.c:11622) RuntimeError: The data has an uncaught error that led to the planner returning NULL. This is a bug.