-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 125: character maps to <undefined> #19
Comments
Hi, @varunkuntal . I'm sorry for the late reply. Life stuff had got me busy, but should have some more availability in the coming weeks. Is this something that you would be interested in submitting a Pull Request? If not, I can take a look at it (but will probably be at least a week before fixing). Thank you! |
Hi @varunkuntal, |
Hi. I'm really sorry about this issue. Would you be able to share what code you used to get Jupyter running? Do you know what version of Jupyter? What type of operating system are you using? Windows, MacOS, Ubuntu, etc.? Thank you! |
@santhu2210 |
@ricky1192 , great fix! Would you like to submit a PR? Thank you! |
Thank you for the PR @ricky1192 . I merged it in and published a new version, so this problem should be fixed now. @varunkuntal and @santhu2210 , did this fix your issues? |
Running python 3.7.6 in jupyter notebook, occurred when trying to import using "from date_extractor import extract_dates".
The text was updated successfully, but these errors were encountered: