installed flask successfully, still getting import error

后端 未结 2 1689
梦谈多话
梦谈多话 2020-12-22 01:57

I\'m working with flask and python for the first time trying to create a web app. I\'m on Windows 10 using Cygwin; for some reason, even though I\'ve successfully installed

2条回答
  •  隐瞒了意图╮
    2020-12-22 02:18

    Try this if you don't want to use virtualenv:

    python -m pip install --upgrade pip
    python -m pip install flask
    

提交回复
热议问题