skip to Main Content

Ubuntu – Unable to install packages with pip in VS code

I am trying to install Flask with the following command: pip install flask But pip returns: Requirement already satisfied: flask in /home/john/anaconda3/lib/python3.11/site-packages (3.0.0) Requirement already satisfied: Werkzeug>=3.0.0 in /home/john/anaconda3/lib/python3.11/site-packages (from flask) (3.0.1) Requirement already satisfied: Jinja2>=3.1.2 in /home/john/anaconda3/lib/python3.11/site-packages (from flask)…

VIEW QUESTION
Back To Top
Search