安装python2.7的时候,提示我没有C编译器,只需要安装gcc即可
$ sudo apt-get install gcc
安装完GCC之后,可以configure,但是make的时候还会提示错误:bash: make: command not found
这是因为没有安装make,
$ sudo apt-get install make
安装python2.7的时候,提示我没有C编译器,只需要安装gcc即可
$ sudo apt-get install gcc
安装完GCC之后,可以configure,但是make的时候还会提示错误:bash: make: command not found
这是因为没有安装make,
$ sudo apt-get install make
执行./configure 然后就出现以下提示 : checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... no checking for c
最近对人工智能感兴趣,网上查了一些相关资料。接触到谷歌大脑,以及谷歌的TensorFlow,是一个人工智能的开源神器,一直想有空学习。这段时间有空,决定一步一步开始学起来。一、安装前准备工作 1.TensorFlow基于python开发,安装TensorFlow需要先下载python包管理工具
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M