PyCharm 2016.3 Help

Resolving Unsatisfied Dependencies

PyCharm provides quick fixes and notification related to the unsatisfied dependencies.

To resolve unsatisfied dependencies, do one of the following

  • Open for editing a Python file that contains unsatisfied dependencies. A notification bar is displayed on top:
    /help/img/idea/2016.3/py_req_notification.png

    Click one of the provided links to satisfy or ignore requirements.

  • If no dependencies management files are present, PyCharm suggests a quick fix to just install a missing package:
    /help/img/idea/2016.3/py_import_inspection.png
Last modified: 23 December 2016