ubuntu18.04(vmware)
执行pip3 install tensorflow出现问题
pip3 install tensorflow
权限不够
sudo pip3 install tensorflow
或者
python3 -m pip install --user tensorflow