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
When installing gaitalytics with conda on Python 3.12.15, I had an issue with the xarray package
( TypeError: DataArray.dot() got an unexpected keyword argument 'dim' )
This could be solved by reinstalling the xarray package from the conda-forge channel:
conda install xarray -c conda-forge
The text was updated successfully, but these errors were encountered:
Hey !
When installing gaitalytics with conda on Python 3.12.15, I had an issue with the xarray package
( TypeError: DataArray.dot() got an unexpected keyword argument 'dim' )
This could be solved by reinstalling the xarray package from the conda-forge channel:
conda install xarray -c conda-forge
The text was updated successfully, but these errors were encountered: