pip install --ignore-installed --upgrade tensorflow-gpu
报错Could not install packages due to an OSError
Consider using the `--user` option or check the permissions.
pip install --user --ignore-installed --upgrade tensorflow-gpu
pip install --user pyqt5==5.12.0
pip install --user pyqtwebengine==5.12.0
pip install --user pyqt5==5.12.3
pip install --user pyqtwebengine==5.12.1
pip install --user daal==2021.4.0
pip install --user ruamel-yaml
再仔细看下后三句是版本不兼容
pip uninstall +对应的clyent,nbformat
再pip install clyent==1.2.1
pip install nbformat==5.4.0
就可以了
标签:一次,--,5.12,user,install,pip,tensorflow,安装 From: https://www.cnblogs.com/asandstar/p/16901077.html