【安装库】tensorflow-gpu版本配置
1.下载tensorflow-gpu版本报错:Cannot uninstall ‘wrapt’. It is a distutils installed project and thus we cannot accurately determin
2.有的库安装不起来,可以换镜像源安装:【Tensorflow】ERROR: Could not find a version that satisfies the requirement tqdm (from versions: none
3.安装权限不够在install后加–user:Python中解决ModuleNotFoundError: No module named 'tensorflow._api’问题
4.在pycharm命令行里的下载命令会自动安装进anaconda自己的site-packages,如果需要安在虚拟环境中需要加–target=:
安装Anaconda在d盘,那么新建环境(比如:tensorflow环境)就默认在d盘中的Anaconda的envs中/同理,安装python的依赖包,也会默认安装在ANACONDA的目录下
5.遇到库的版本不对应,可以去官网找对应的发布时间晚几天的库:cannot import name ‘keras_tensor‘ from ‘tensorflow.python.keras.engine‘
6.不过不是那么太准,如果能找到版本配对表最好还是根据版本的配对表来:ImportError: cannot import name ‘keras_tensor‘ from ‘tensorflow.python.keras.engine‘
7.解决tensorflow版本不兼容的问题:解决tensorflow版本不兼容问题