Python Error: No module named _pydevd_bundle.pydevd_source_mapping
This is probably because you don't have package pydevd installed.
You can install it in command line via pip:
pip install pydevd
Install specific version:
pip install "pydevd==1.9.0"
Get more info about package via pypi.org: pydevd