An error is reported when installing the Python library. Consider using the `--user` option or check the permissions.

Consider using the --user option or check the permissions.

Use pip install to download the library. Consider using the --useroption or check the permissions.
Insert image description here

Solution

pip install tensorflow
替换成
pip install --user tensorflow

Guess you like

Origin blog.csdn.net/qq_43802454/article/details/121309407