Python Forum
pip not working in Python 3.6.5
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip not working in Python 3.6.5
#1
Hello,
I just install 3.6.5 and tried to install Flask, but pip or pip3 does not work.
I tried:
>>> pip install flask
File "<stdin>", line 1
pip install flask
^
SyntaxError: invalid syntax
I am a noob, but I was able to do this in an earlier version. I installed 3.6.5 on 2 PCs and received the same response.

Does anyone have a suggestion?
I appreciate it!
Thank you,
Matt
Reply
#2
You shall do it from cmd(Windows) | Terminal(Linux),not interactive shell(which has >>>).
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020