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
python xiaogpt.py --config xiao_config.yaml
Traceback (most recent call last):
File "/Users/wangchuanyi/money/years/xiaogpt/xiaogpt.py", line 2, in
from xiaogpt.cli import main
File "/Users/wangchuanyi/money/years/xiaogpt/xiaogpt/cli.py", line 2, in
import asyncio
File "/usr/local/lib/python3.11/site-packages/asyncio/init.py", line 21, in
from .base_events import *
File "/usr/local/lib/python3.11/site-packages/asyncio/base_events.py", line 296
future = tasks.async(future, loop=self)
The text was updated successfully, but these errors were encountered:
云主机登录限制不行,
改为macos也执行报错
python -V
Python 3.13.1
python xiaogpt.py --config xiao_config.yaml
Traceback (most recent call last):
File "/Users/wangchuanyi/money/years/xiaogpt/xiaogpt.py", line 2, in
from xiaogpt.cli import main
File "/Users/wangchuanyi/money/years/xiaogpt/xiaogpt/cli.py", line 2, in
import asyncio
File "/usr/local/lib/python3.11/site-packages/asyncio/init.py", line 21, in
from .base_events import *
File "/usr/local/lib/python3.11/site-packages/asyncio/base_events.py", line 296
future = tasks.async(future, loop=self)
The text was updated successfully, but these errors were encountered: