https://kedro.org/ logo
b

beats-like-a-helix

04/11/2022, 9:13 PM
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.