ImportError: No module named flask

后端 未结 5 1763
小鲜肉
小鲜肉 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:39

    try this command in the terminal instead of selecting 'run code':

     python3 'insert your file name here without the quotes'
    

提交回复
热议问题