-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
No such file in directory & 'charmap' codec can't decode #715
Comments
I have fixed that by adding the encoding to read/write operations (45 and 118 lines accordingly): |
Not sure if this is still being maintained, but this problem persists on my end even after those changes. I added the encoding reference using the io library and it seems to be working now. Example on line 45:
|
I ended using WSL instead and the .sh commands in the instructions ran successfully, so I did not use the python unofficial script to generate the files. Here's my gist (in-official submission results): |
I got the same "No such file" error, but it worked when I ran it in the "src/main/python" directory.
|
When trying the non-authoritative Python script to generate the measurements file at
src/main/python/create_measurements.py
.I copied the data folder & its contents to the root of the C:\ drive to retry but yet fails due to charmap error.
The text was updated successfully, but these errors were encountered: