Skip to content

A UTF-8 locale is required. Got ANSI_X3.4-1968 error #4

@evstektrainee

Description

@evstektrainee

hi, thank you for the video and the informative guides. theyre helping me to grow a lot. ^^

I just have an error when i try to complete the last step of google colab:
!scp -r /content/runs '/content/gdrive/My Drive/ComputerVisionDeveloper/TrainYolov8CustomDataset'

the error is this and i couldn't fix it:
165 locale_encoding = locale.getpreferredencoding()
166 if locale_encoding != _ENCODING:
--> 167 raise NotImplementedError(
168 'A UTF-8 locale is required. Got {}'.format(locale_encoding)
169 )

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions