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
@HGWrightprettier uses node to do it's formatting, but unfortunately the glibc version on the VDI is too old i.e.,
> ldd --version
ldd (GNU libc) 2.17
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
And prettier seems to need 2.25+
So you might want to skip repo-review compliance with this i.e., instead add the following to the pyproject.toml,
https://learn.scientific-python.org/development/guides/repo-review/?repo=scitools%2Firis-grib
The text was updated successfully, but these errors were encountered: