ImportError: No module named flask

后端 未结 5 1789
小鲜肉
小鲜肉 2021-01-07 04:05

I installed virtualenv, activated it, and installed flask. So I have three folders: Include, Scripts and Lib. This last folder contains the site-packages folder, that contai

5条回答
  •  没有蜡笔的小新
    2021-01-07 04:20

    check this stack answer, only instead of pika you have to type flask:

    python no module name pika when importing pika

提交回复
热议问题