Can't download durable using pip in cmd, the built in PyCharm terminal and by using PyCharm package manager

Solution 1:

The name of the package for durable rules is durable_rules, therefore your command should be

pip install durable_rules

or

py -m pip install durable_rules