Python Error: No module named _pydevd_bundle.pydevd_net_command_factory_xml
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