-
Notifications
You must be signed in to change notification settings - Fork 179
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
UnicodeEncodeError in split_sentences #41
Comments
Use latest version from pip (pyteaser==1.0) |
This was raised before and closed without being fixed. :( |
@grimpunch Thought this was fixed with #34 Apparently not. Will look into this personally |
It seems there are old version in pip. Code from master have not this error. |
My apologies, vetal4444 is correct. I'm using master now. Pip definitely has an old version |
@vetal4444 @grimpunch thank you guys for spotting the error!
|
I am still getting the same error. I did tried encode to utf-8 etc. not working :( . |
Can you post the link that you tried to run the algorithm on? |
Sorry that I didn't thanked you for the awesome work you have done. Thank you dude. Coming back to the problem : Strange thing is I have installed pytease via An earlier version was using pyteaser.py file which is just copied to my folder. That worked from there. But only the pip installation is failing . I am also new to Python. My background is PHP.
|
Hi @xiaoxu193 , I have a question what about keeping a try catch ?
This is a pseudo code though which didn't worked :( . Just my thought. Thank you. |
The problem occurring is with |
The text was updated successfully, but these errors were encountered: