You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this in an Uproot CI test that hadn't been failing before and didn't know that it had anything to do with dask-awkward until I dug into it. An error message like
would tell users and downstream dependents why they're getting this error (maybe they don't really need FUNCTION_NAME) and an immediate course of action.
The text was updated successfully, but these errors were encountered:
Ah this leaked through to xfail a few tests based on awkward and pyarrow versions, but we now require an awkward version where the issue was fixed. We can just remove the pyarrow import completely
Fresh installation:
And then
When we try to import:
is fine but
If this is an optional dependency, it should say which library needs it (dask-awkward) in a sense like https://github.com/scikit-hep/uproot5/blob/main/src/uproot/extras.py
I encountered this in an Uproot CI test that hadn't been failing before and didn't know that it had anything to do with dask-awkward until I dug into it. An error message like
would tell users and downstream dependents why they're getting this error (maybe they don't really need
FUNCTION_NAME
) and an immediate course of action.The text was updated successfully, but these errors were encountered: