I was running an old script for one of my client today. The script was written in Python. And I was running python 3.7.4 while…
Tag: python
When you working with Python Flask application, you may found the following error: builtins.ModuleNotFoundError ModuleNotFoundError: No module named ‘psycopg2’ This means you want to use…