web端打开后左侧显示AI拟音,右侧有如下报错
- Dominant language
- Python
- Stars
- 36.9k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
Description
ModuleNotFoundError: No module named '_overlapped'
Traceback:
File "/Users/christopher/opt/anaconda3/lib/python3.7/site-packages/streamlit/scriptrunner/script_runner.py", line 475, in _run_script
exec(code, module.__dict__)
File "/var/folders/5t/fft4mlms1zgc8_0x30qywcmc0000gn/T/tmp85elwg7n.py", line 14, in
render_streamlit_ui()
File "/Users/christopher/PycharmProjects/shenlan/AI_art/AI模仿声音/MockingBird2/mkgui/base/ui/streamlit_ui.py", line 838, in render_streamlit_ui
opyrator = getOpyrator(mode)
File "/Users/christopher/PycharmProjects/shenlan/AI_art/AI模仿声音/MockingBird2/mkgui/base/ui/streamlit_ui.py", line 818, in getOpyrator
from mkgui.app import synthesize
File "/Users/christopher/PycharmProjects/shenlan/AI_art/AI模仿声音/MockingBird2/mkgui/app.py", line 1, in
from asyncio.windows_events import NULL
File "/Users/christopher/opt/anaconda3/lib/python3.7/asyncio/windows_events.py", line 3, in
import _overlapped
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with mkgui/base/ui/streamlit_ui.py around render_streamlit_ui and getOpyrator, then inspect the import at the top of mkgui/app.py that reaches asyncio/windows_events.py. Reproduce the Streamlit web UI failure and determine what is needed for it to open without ModuleNotFoundError: No module named '_overlapped'.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, streamlit
- Domain
- ai
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100