pycharm - debugger issue when running python file
I am able to run a python 2.7 file. When i establish debug point , i get error. As below. I am using pycharm community.
Traceback (most recent call last):
File "C:\ProgramData\App-V\0BB08C6E-9CD0-4C77-A5DF-7A2074CE5300\68B89F30-0E36-4D2A-B640-14EDC1781DDC\Root\VFS\ProgramFilesX64\JetBrains\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\pydevd.py", line 49, in <module>
from _pydevd_bundle.pydevd_trace_dispatch import (
File "C:\ProgramData\App-V\0BB08C6E-9CD0-4C77-A5DF-7A2074CE5300\68B89F30-0E36-4D2A-B640-14EDC1781DDC\Root\VFS\ProgramFilesX64\JetBrains\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_trace_dispatch.py", line 64, in <module>
from _pydevd_bundle.pydevd_trace_dispatch_regular import trace_dispatch, global_cache_skips, global_cache_frame_skips, fix_top_level_trace_and_get_trace_func # @UnusedImport
File "C:\ProgramData\App-V\0BB08C6E-9CD0-4C77-A5DF-7A2074CE5300\68B89F30-0E36-4D2A-B640-14EDC1781DDC\Root\VFS\ProgramFilesX64\JetBrains\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_trace_dispatch_regular.py", line 15, in <module>
from _pydevd_bundle.pydevd_additional_thread_info import set_additional_thread_info
File "C:\ProgramData\App-V\0BB08C6E-9CD0-4C77-A5DF-7A2074CE5300\68B89F30-0E36-4D2A-B640-14EDC1781DDC\Root\VFS\ProgramFilesX64\JetBrains\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_additional_thread_info.py", line 19, in <module>
from _pydevd_bundle.pydevd_additional_thread_info_regular import PyDBAdditionalThreadInfo, set_additional_thread_info, _set_additional_thread_info_lock # @UnusedImport
ImportError: No module named pydevd_additional_thread_info_regular
请先登录再写评论。
Hi, could you please provide the output of the interpreter diagnostic script , and a file listing of the [C:\ProgramData\App-V\0BB08C6E-9CD0-4C77-A5DF-7A2074CE5300\68B89F30-0E36-4D2A-B640-14EDC1781DDC\Root\VFS\ProgramFilesX64\JetBrains\PyCharm Community Edition 2020.2\plugins\python-ce\helpers\pydev\_pydevd_bundle] directory?
Andrey Resler Hi there, I'm experiencing the same problem when trying to run py.test through the debugger. Can you help?
Output of interpreter diagnostic script: