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
when tyring to use example_reader.py I get the following error at line 43 ( print("WKT: %s" % reader.copc_config.wkt)):
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 989: invalid continuation byte
This is with the provided example file. I have tried with my own copc files, all the same. I am trying to run it on windows 11. I also tried in wsl and a virtual machine running ubuntu.
I hope this is just a simple and dumb error on my part, but I cant find any info.
The text was updated successfully, but these errors were encountered:
Hey all,
when tyring to use example_reader.py I get the following error at line 43 ( print("WKT: %s" % reader.copc_config.wkt)):
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 989: invalid continuation byte
This is with the provided example file. I have tried with my own copc files, all the same. I am trying to run it on windows 11. I also tried in wsl and a virtual machine running ubuntu.
I hope this is just a simple and dumb error on my part, but I cant find any info.
The text was updated successfully, but these errors were encountered: