-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid start byte #3698
Comments
Hi @Sunny-Day200 ! Please show us Correct, cache link type only controls local cache links. 🙂
Yes, you could use |
Thanked your reply
|
I think this is because your system uses a different encoding method (for example Chinese character may encode into
|
I have some other questionsAs described in the documentation, the hardlink, symlink link types make the workspace trace data file read-only (this prevents the user from accidentally corrupting the cache by modifying the file link). |
@Sunny-Day200 That is expected behaviour. What is important is that the cache file in .dvc/cache stays read-only and is not corrupted. |
Thank you, so strange. Maybe there is non-English char in your user name? And the error raises from loading global configuration. |
No , so I'm confused |
Not able to reproduce :( Closing for now. @Sunny-Day200 were you able to work around this issue? |
windows 10
dvc-0.92.0
git-bash 2.26.2.1
This is a very clean system
I cannot perform any DVC operations
Could it be because of the system environment?
ERROR: unexpected error - 'utf-8' codec can't decode byte 0x87 in position 0: invalid start byte
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
Traceback (most recent call last):
File "dvc_main_.py", line 7, in
File "dvc\main.py", line 90, in main
File "dvc\analytics.py", line 58, in is_enabled
File "dvc\config.py", line 235, in init
File "dvc\config.py", line 284, in load
File "dvc\config.py", line 297, in load_one
File "dvc\config.py", line 357, in _load_config
File "site-packages\configobj.py", line 1229, in init
File "site-packages\configobj.py", line 1287, in _load
File "site-packages\configobj.py", line 1485, in _handle_bom
File "site-packages\configobj.py", line 1517, in _decode
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x87 in position 0: invalid start byte
[30444] Failed to execute script main
[0x7FFD3CAFD3F0] ANOMALY: meaningless REX prefix used
And I want to ask about the cache link type, does it control the 'remote repository' and 'local cache' links?Or does it only work on 'local cache' links, and if it only works on 'local cache' links, can I change the 'DVC cache type, controlling the link type of the local cache data every time I pull git repository from a different platform?My English is not very good, I am not sure if I describe clearly, can you understand?
The text was updated successfully, but these errors were encountered: