PyCharm 2018.1 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:
    py req notification

    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:
    py import inspection
Last modified: 23 July 2018