• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named _pydevd_bundle.pydevd_cython_win32_27_32

This is probably because you don't have package pydevd_pycharm installed.

You can install it in command line via pip:

        pip install pydevd_pycharm
      

Install specific version:

        pip install "pydevd_pycharm==201.5985.34"
      

Get more info about package via pypi.org: pydevd_pycharm

Related Article:

I've installed the package using pip, but I got "ImportError: No Module Named [x]"

Is this page helpful?

Yes
No

Is this page helpful?

Yes
No