-1
i went to update the version of Pip on my machine and now when I go to install a library the following error appears:
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 advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
Requirement already satisfied: pip in c:\users\admin\appdata\roaming\python\python38\site-packages (20.1)
Could not build wheels for pip, since package 'wheel' is not installed.
I already tried to go back to the previous version but did not succeed, someone could help me?