Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行from fastai.imports import *在普通终端和 PyCharm 中的“运行”选项卡中运行,但在“Python 控制台”窗口中执行时会返回大量错误消息。
from fastai.imports import *
错误消息的数量如此之大,以至于它迫使控制台以错误代码 -1073740791 (0xC0000409) 退出进程。
键入时,PyCharm 会正确自动完成导入语句,提示 - 结尾的.importsafter fastai。
.imports
fastai
知道如何解决它吗?