I have installed all the dependencies for Python from requirements.txt and I checked all the modules flake8, pylint, and radon are installed successfully. But I am not getting the correct output when I run python run_tool.py .
then I tried to install all the dependencies by setting up setup_environment.sh file. But still same issue.
What could be the problem?