Consider using the --user
option or check the permissions.
使用pip install下载库报Consider using the --user
option or check the permissions.
解决办法
pip install tensorflow
替换成
pip install --user tensorflow
--user
option or check the permissions.使用pip install下载库报Consider using the --user
option or check the permissions.
pip install tensorflow
替换成
pip install --user tensorflow