Closed abalakersky closed 8 months ago
@abalakersky
Hi! Looks like pip
doing some deprecations in their newest version of pip
. Check if you are using the newest pip==20.2
pip -V
or pip3 -V
If you do, could you please tell if downgrading to an older pip
works just fine for you?
The command is: pip install --upgrade pip==20.1.1
or pip3 install --upgrade pip==20.1.1
Hello, I have been trying to get this package to work with both, IDEA and PyCharm, but running into this issue during PIP package installation. This prevents Checks from running within my IDE:
I am hopping for any help with this.