You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\piyoen\AppData\Local\Programs\Python\Python311\Scripts\fastmcp.exe\__main__.py", line 4, in <module>
File "C:\Users\piyoen\AppData\Local\Programs\Python\Python311\Lib\site-packages\fastmcp\__init__.py", line 4, in <module>
from .server import FastMCP, Context
File "C:\Users\piyoen\AppData\Local\Programs\Python\Python311\Lib\site-packages\fastmcp\server.py", line 3, in <module>
import asyncio
File "C:\Users\piyoen\AppData\Local\Programs\Python\Python311\Lib\asyncio\__init__.py", line 42, in <module>
from .windows_events import *
File "C:\Users\piyoen\AppData\Local\Programs\Python\Python311\Lib\asyncio\windows_events.py", line 8, in <module>
import _overlapped
OSError: [WinError 10106] 指定されたサービス プロバイダーの読み込みまたは初期化を行うことができませんでした。
The text was updated successfully, but these errors were encountered:
I get an error when I try to use fastmcp with stdio_client in a windows environment
Can you please tell me how to solve this problem?
source code
stack trace
The text was updated successfully, but these errors were encountered: