Issue in running `pipetask` command

Sorry, my mistake I upload the incorrect .failed file, here is
pytest-meas_base.xml.failed (14.7 KB)

And just in case this is the output of mamba list | grep networkx
networkx 2.5 py_0 conda-forge

Aha. Right. We discovered this one yesterday. The problem is that pandas came out with a new release and so you will need to downgrade pandas to <2. We are trying to fix the problem but likely won’t be backporting the fix to 24.x and will be pinning the pandas version in rubin-env (which I think we did last night).

1 Like

Thank you. It worked!