anaconda+pytorch+tensorflow安装

anaconda官网下载

bash *.sh

配置路径

echo 'export PATH="~/anaconda2/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

配置镜像

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

安装依赖库

conda install numpy mkl setuptools cmake gcc cffi 

pytorch官网选择安装方式

tensorflow地址


cv2安装地址


运行程序出现错误

libstdc++.so.6: version `CXXABI_1.3.9' not found 
解决方式 地址

你可能感兴趣的:(anaconda+pytorch+tensorflow安装)