The error can be reproduced easily in a Jupyter No...
# advanced-need-help
b
The error can be reproduced easily in a Jupyter Notebook: Steps to reproduce: --> pip install pycbc into existing env which has kedro --> new Jupyter Notebook (ordinary, not Kedro)
Copy code
%load_ext kedro.extras.extensions.ipython
from pycbc.waveform import get_fd_waveform
If the load order of the imports are switched, things work in a notebook, but doing anything from the command line results in the same error.