剛開始學 列印hello world 程式
這個是系統顯示的錯誤Connection to Python debugger failed Interrupted function call: accept failed
這個是控制臺報錯
Traceback (most recent call last):
File "D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_cython_wrapper.py", line 8, in <module>
from _pydevd_bundle_ext import pydevd_cython as mod
ModuleNotFoundError: No module named '_pydevd_bundle_ext'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_cython_wrapper.py", line 11, in <module>
from _pydevd_bundle import pydevd_cython as mod
ImportError: cannot import name 'pydevd_cython' from '_pydevd_bundle' (D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\_pydevd_bundle\__init__.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\pydevd.py", line 47, in <module>
from _pydevd_bundle.pydevd_trace_dispatch import (
File "D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_trace_dispatch.py", line 55, in <module>
from _pydevd_bundle.pydevd_cython_wrapper import trace_dispatch as _trace_dispatch, global_cache_skips, global_cache_frame_skips, fix_top_level_trace_and_get_trace_func
File "D:\PyCharm 2019.3.1\plugins\python\helpers\pydev\_pydevd_bundle\pydevd_cython_wrapper.py", line 35, in <module>
mod = getattr(__import__(check_name), mod_name)
SystemError: c:\_work\14\s\objects\codeobject.c:131: bad argument to internal function
uj5u.com熱心網友回復:
試過重新安裝也無法解決,不知道問題出在哪里轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/110779.html
上一篇:django如何聚合相同欄位?
下一篇:python畫垃圾桶
