AWS : The config profile (MyName) could not be found

后端 未结 10 518
醉话见心
醉话见心 2021-02-01 11:52

Every time I want to config something with AWS I get the following error :

\"The config profile (myname) could not be found\"

like : aws confi

10条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 12:22

    Make sure you are in the correct VirtualEnvironment. I updated PyCharm and for some reason had to point my project at my VE again. Opening the terminal, I was not in my VE when attempting zappa update (and got this error). Restarting PyCharm, all back to normal.

提交回复
热议问题