Skip to content

ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_collect_try_except_info' #1

@agentzappo

Description

@agentzappo

Following the README, I get this error inside the IPyIDA console when I attempt to launch debug from PyCharm

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
File ~/bin/pycharm-2022.2.2/plugins/python/helpers/pydev/pydevd.py:16
     13 if here not in sys.path:
     14     sys.path.insert(0, here)
---> 16 from _pydevd_bundle.pydevd_collect_try_except_info import collect_return_info
     18 if sys.version_info[:2] < (2, 6):
     19     raise RuntimeError('The PyDev.Debugger requires Python 2.6 onwards to be run. If you need to use an older Python version, use an older version of the debugger.')

ModuleNotFoundError: No module named '_pydevd_bundle.pydevd_collect_try_except_info'

Likely a few solutions here, including adding the PyCharm folders to the system interpreter paths (feels messy). Filing this as an issue since it doesn't seem to work out of the box with IDA 8.2 and PyCharm 2022+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions