-
Notifications
You must be signed in to change notification settings - Fork 30
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
encoding error when reading the example file #65
Comments
Hi, For your problem, I suggest using python 3.8 or earlier. |
Yeah... Seems like that. I was trying to refactor the source code and removing the 'encoding' parameter but didnt work tbh... I will try python 3.8. Thank you! |
Hm, removing the lines in the code is a good idea. I tried removing the encoding parameter from the code, and now it works for me on python 3.9.2. You have to remove it from 2 places though. Once in utils.py (line 77), and once in cnv.py (line 175). |
Using Jupyter Notebooks, i forgot restart when changing that lines on the package... that's the reason because didn't work x) However, i try your changes with a fresh install of the package and now works fine! Thank you!! |
Having the same error; @jakobdoerr thanks for identifying the lines that need to be modified. Any plans to incorporate these changes into an updated release? |
Hi!
Im actually enrolled on a task that involve me to use the QC seabird python package. I actually been following the notebooks examples, but on the first first step i found a error (spooky error).
I guess that its something related python encoding, inclusive some pip packages that i had been installed.
Some help would be appreciated :D
My code (using jupyter too):
The error:
Actually using Python3.9, matplotlib and seabird last version.
Thanks a lot!
The text was updated successfully, but these errors were encountered: