a) In PyCharm, go to settings choose Python interpreter & create a new environment with Python 3.6 or 3.7(as these two works better).
conda create –n ‘env_name’ python==3.7
conda activate ‘env_name’
pip install requirements.txt
python app.py # Real Time Pothole Detector