Error Message "Can not combine '--user' and '--target'" Is Displayed During Toolkit Installation
Symptom
The error message "ERROR: Can not combine '--user' and '--target'" is displayed during Toolkit installation.

Possible Causes
When the CANN package is used to install components using pip, --user or --target may be configured for pip install. As a result, an error is reported.
Solution
- Open the pip configuration file.
vim ~/.pip/pip.conf
- Change the value of user in the configuration file to user = false.
- Run the :wq! command to save the file and exit.
- Perform the CANN installation again.
Parent topic: Appendix C: Installation Troubleshooting