-
Notifications
You must be signed in to change notification settings - Fork 126
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
OSError: Encoding error #120
Comments
|
I have this problem too . |
You can Google "utf8 support Windows 10" and follow the instructions? What is the filename? Additionally, can you install the master version from the repository? It might be that the problem is actually a different one, and the error message is given by mistake. I have fixed some things with regard to that. |
My windows supported utf8 .but i get this error . My file name
is S001R04.edf. It is data for eeg signals that I take it from
physionet.org.
…On Sun, Jun 27, 2021 at 8:27 PM Simon Kern ***@***.***> wrote:
You can Google "utf8 support Windows 10" and follow the instructions?
What is the filename?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#120 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJXXNTA5LGGPBU6RE3JVZ6DTU5C53ANCNFSM44EBASEQ>
.
|
The file itself is corrupt. This is not a problem of |
should be "fixed" now. try installing the master version via |
Thanks a lot .it fixed . |
Hi, I have this to with fedora. thank's |
|
Hi, thanks for answer. filename and path: "data/20210803_100630_CSL.edf" file: [https://drive.google.com/file/d/1qtUxfcElwlRVp2fh44SUJjTiERB1_iCH/view?usp=sharing] $ echo $LANG && echo $LC_CTYPE stack:
|
Mhh, I cannot replicate the issue, the file loads fine for me, both on Windows and WSL. Are you sure you are using the most up-to-date version of pyedflib? what prints if you write |
Hi, I got: 0.1.22 |
yes, that's not the current one. please install the version from master using |
Thanks I'll make sure I have this version (need time...) and let you know. All good now, thanks! |
Hi. I followed this to install the newest version but I got an error message: "ERROR: Could not build wheels for pyEDFlib which use PEP 517 and cannot be installed directly". I have successfully installed PEP 517 via |
Hi. I'm trying to open the same file as you (the S001R04.edf). Was your problem fixed because you have installed the newest version or because you change the UTF8 thingy? Thank you. |
have you tried upgrading pip?
|
"OSError: File S001R03.edf was found but can't be accessed. Make sure it contains no special characters or change your locale to use UTF"
Am using the same file that you have used still getting the above error. And I have gone through the locale error still can't rectify the issue. Need some clear picture about it
The text was updated successfully, but these errors were encountered: