Tell us what’s happening:
When I try to run my code, I get the following messages in the console:
python venv/lib/python3.10/site-packages/setuptools/package_index.py
Traceback (most recent call last):
File “venv/lib/python3.10/site-packages/setuptools/package_index.py”, line 20, in
import setuptools
ModuleNotFoundError: No module named ‘setuptools’
exit status 1
It also did it with a Node project where it wanted the run command to look like this run = "npm run start"even though you do not need to use run with that. But at least the suggested auto-correction worked (same done button was presented).