Click here to Skip to main content
15,889,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
>>>pip install flask-login
File "<stdin>", line 1
pip install flask-login
^^^^^^^
SyntaxError: invalid syntax

What I have tried:

I am not sure how do I even proceed to solve this issue.
Posted
Updated 5-Dec-22 21:39pm

1 solution

You are calling pip inside the Python shell, which is incorrect. Pip should be run from a system command window.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900