-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
unicode error #10503
Labels
priority:P4
status:confirmed
Bug has been confirmed by the Streamlit team
type:bug
Something isn't working
Comments
I've reproduced this issue and narrowed it down to python 3.13 with any version of Streamlit. Are you able to use python 3.12.9 as a mitigation? Laura |
Yes, thank u for help!
…On Tue, 25 Feb 2025, 23:27 Laura Wilby, ***@***.***> wrote:
Hi @madhukarjadhav736 <https://github.com/madhukarjadhav736>,
I've reproduced this issue and narrowed it down to python 3.13 with any
version of Streamlit.
Are you able to use python 3.12.9 as a mitigation?
Laura
—
Reply to this email directly, view it on GitHub
<#10503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2C2ZYJPUZQDEQLQSZIJS532RSVITAVCNFSM6AAAAABXZ37VKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBSHA3DENBTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
[image: sfc-gh-lwilby]*sfc-gh-lwilby* left a comment
(streamlit/streamlit#10503)
<#10503 (comment)>
Hi @madhukarjadhav736 <https://github.com/madhukarjadhav736>,
I've reproduced this issue and narrowed it down to python 3.13 with any
version of Streamlit.
Are you able to use python 3.12.9 as a mitigation?
Laura
—
Reply to this email directly, view it on GitHub
<#10503 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2C2ZYJPUZQDEQLQSZIJS532RSVITAVCNFSM6AAAAABXZ37VKOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOBSHA3DENBTGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority:P4
status:confirmed
Bug has been confirmed by the Streamlit team
type:bug
Something isn't working
Checklist
Summary
windows10 pro, python13.2, streamlit 1.40, error while importing heyoo module like...
.
.
.
there is no error if run with windows10 pro, python9/11, streamlit1.39/1.38
Reproducible Code Example
Steps To Reproduce
No response
Expected Behavior
No response
Current Behavior
UnicodeEncodeError: 'utf-8' codec can't encode characters in position 155-156: surrogates not allowed
Traceback:
File "C:\Users\niramay\PycharmProjects\clinic.venv\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 121, in exec_func_with_error_handling
result = func()
File "C:\Users\niramay\PycharmProjects\clinic.venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 591, in code_to_exec
exec(code, module.dict)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\niramay\PycharmProjects\clinic\pages\zPrescription.py", line 23, in
import util
File "C:\Users\niramay\PycharmProjects\clinic\util.py", line 39, in
from heyoo import WhatsApp
Is this a regression?
Debug info
Additional Information
No response
The text was updated successfully, but these errors were encountered: