环境
ubuntu18.04(vmware)
问题描述
执行pip3 install tensorflow
出现问题
问题分析
权限不够
解决方法
sudo pip3 install tensorflow
或者
python3 -m pip install --user tensorflow
ubuntu18.04(vmware)
执行pip3 install tensorflow
出现问题
权限不够
sudo pip3 install tensorflow
或者
python3 -m pip install --user tensorflow