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
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
The text was updated successfully, but these errors were encountered:
Does this path exist in your google drive? 'My Drive/ComputerVisionDeveloper/TrainYolov8CustomDataset'
If it doesn't, you would need to edit it to a path in your google drive.
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
The text was updated successfully, but these errors were encountered: