super-gradients icon indicating copy to clipboard operation
super-gradients copied to clipboard

infery error, NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968

Open beratersari opened this issue 1 year ago • 1 comments

💡 Your Question

image

Versions

No response

beratersari avatar May 24 '23 13:05 beratersari

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

mmax3 avatar May 26 '23 20:05 mmax3

We have updated our notebooks to not be using infery any more. Closing this one for now.

shaydeci avatar Nov 26 '23 13:11 shaydeci