super-gradients
super-gradients copied to clipboard
infery error, NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968
💡 Your Question
Versions
No response
This solves the error
import locale locale.getpreferredencoding = lambda: "UTF-8"
but raises:
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/ ERROR: Could not find a version that satisfies the requirement infery (from versions: none) ERROR: No matching distribution found for infery
We have updated our notebooks to not be using infery any more. Closing this one for now.