SyntaxFix
Write A Post
Hire A Developer
Questions
It look's as if you forgot to activate you virtual environment try running python3 -m venv venv or if you already have virtual environment set up try to activate it by running source venv/bin/activate
python3 -m venv venv
source venv/bin/activate