terms of settlement :
pip install --target= Package path Package name
Example
pip install --target=D:\ProgramData\Anaconda3\Lib\site-packages numpy
When upgrading some packages , use pip install --upgrade *** The command to update , However, it is impossible to uninstall :ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
You cannot delete it manually
terms of settlement
Find the to update python Package storage address :X:\ProgramData\Anaconda3\Lib\site-packages`, Then delete all The files and folders associated with this package , You can successfully update again .
Report errors :pip’s dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
pip The dependency parser for does not currently consider all packages installed . This behavior is the root cause of the following dependency conflicts .
terms of settlement
Reinstall updates ERROR
The package prompted below can be solved by the specified version