Install airflow package extras in PyCharm

懵懂的女人 提交于 2019-12-03 15:41:42

So, the problem could be solved if I/you/we can figure out either

  1. how to install airflow[s3,postgres] from within PyCharm, or

  2. how to run pip install airflow[s3,postgres] pointing to the PyCharm interpreter.

Or maybe?:

  1. Add the ~/anaconda Python to Pycharm

To add another python interpreter to Pycharm goto:

File -> Settings -> Project: -> Project Interpreter

Press the Gear Button and select more:

This shows all of the interpreters configured. Select the + button, and select add local:

Now you should be able to add your anaconda Python to Pycharm. You can then select which Python to use as primary for the project, and you can select which Python to run under:

Run -> Edit Configurations
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!