Home > other >  Help!! Solution Pycharm cannot search on the net the Debug error, thank you very much
Help!! Solution Pycharm cannot search on the net the Debug error, thank you very much

Time:10-05

Just started to learn print hello world program
This system is that it shows the wrong Connection to Python debugger failed Interrupted the function call: the accept failed


This is the console error
Traceback (the most recent call last) :
The File "D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ _pydevd_bundle \ pydevd_cython_wrapper py", line 8, the in & lt; module>
The 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 (the most recent call last) :
The File "D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ _pydevd_bundle \ pydevd_cython_wrapper py", line 11, the in & lt; module>
The from _pydevd_bundle import pydevd_cython as mod
ImportError: always import a name 'pydevd_cython' from '_pydevd_bundle (D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ _pydevd_bundle \ set py)

During handling of the above exception, another exception occurred:

Traceback (the most recent call last) :
The File "D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ pydevd py", line 47, in & lt; module>
The from _pydevd_bundle. Pydevd_trace_dispatch import (
The File "D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ _pydevd_bundle \ pydevd_trace_dispatch py", line 55, in & lt; module>
The 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
The File "D: \ PyCharm 2019.3.1 \ plugins \ python \ helpers \ pydev \ _pydevd_bundle \ pydevd_cython_wrapper py", line 35, in & lt; module>
Mod=getattr (__import__ (check_name), mod_name)
14 SystemError: c: \ _work \ \ s \ objects \ codeobject c: 131: bad argument to internal function

CodePudding user response:

Try reinstall cannot solve, I don't know where is the problem
  • Related