WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advi
I've encountered the same problem after I updated pip to 20.1.x version through Pycharm. I've found one way to ensure that you can use pip install xxx
in emergency case:
C:\Program Files\Python37\Lib
in my win10 laptop)./pip19_xxx
for your old one and ./pip
for the newly installed one./pip
)pip install xxx
or python -m pip install xxx
in cmd
, it should work by now