Not able to install debug plugin in pycharm

Dear Team,

 

I'm a new user for pycharm and trying to debug, I've tried to install debug plugin but its not working, Please find the below error and help me to resolve this.

Non-zero exit code (1):
Traceback (most recent call last):
File "/snap/pycharm-community/172/plugins/python-ce/helpers/pydev/setup_cython.py", line 14, in <module>
from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

0
1 comment

Hi,
Not sure what plugin do you mean, but you don't need any plugins to debug python code in PyCharm.

Make sure you have setuptools package installed for your interpreter.
https://pypi.org/project/setuptools/

0

Please sign in to leave a comment.