cannot mv non-ascii path
See original GitHub issue(pyenv)[gcp@instance ~]$ gsutil mv 'gs://foo-videos/最孤單的人 - 廖文強與壞神經樂團 (Official Music Video).mp4' gs://foo-videos/mv.mp4
Failure: 'ascii' codec can't encode characters in position 16-20: ordinal not in range(128).
Issue Analytics
- State:
- Created 9 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
Your project path contains non-ASCII characters android studio
The best solution to your problem is to move your project folder to other directory with no non-ASCII characters and ...
Read more >cant rename/move files with non ascii characters in their names.
Check that the files are actually there. Navigate to the NAS share and change the names there. Old habit... I don't like non...
Read more >Error: project path contains #non-ASCII characters | Fixing
StopExecutionException: Your project path contains non-ASCII characters. ... Please move your project to a different directory.
Read more >Problems Migrating Cubes with non-ASCII Characters on UNIX
... 7 PowerPlay Enterprise Server service is using a non-ASCII path name to ... the IBM Cognos BI server is unable to locate...
Read more >Error when builden apk - Unity Forum
Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a ......
Read more >Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m still seeing this problem which using gsutil cp: I’m feeding gsutil with it’s own output with -I
I’m getting
(you can try the above your self) I’m using gsutil version 4.15 and did
I see this bug is still open - is it suppose to be fixed?
Thanks a lot for help, it’s turned out to be unset locale settings:
So, if you’re getting
codec can't encode character * in position *: ordinal not in range (128)
, check your locale settings, and if they’re not set, addexport LC_ALL=en_US.UTF-8
to your.bashrc
file. Another way to do that inside python:Feel free to close this one.