Plugin install failures, --process-dependency-links no longer supported by pip

Hi

I got an error 'no such option: --process-dependency-links' trying to install the Polar Cloud plugin.

A brief bit of searching seems to suggest that pip removed support for this option in Mid-Jan - https://github.com/pypa/pip/issues/6162

I intend to have a look at the actual dependencies for the Polar Cloud plugin later and install them then it manually from the command line, but I just wanted to check if there was a known fix/workaround for this.

Thanks

Paddy

Downgrade pip to a version that supports the dependency links, or it looks like the plugin author is already working on a fix based on this.

1 Like

Thanks - I wasn't sure if downgrading pip would cause me other issues. Thanks again.

Paddy