网站首页 文章专栏
aclocal-1.15 is missing on your system.
# 编译出错```WARNING: aclocal-1.15 is missing on your system. You should only need it if yo
configure: error: cannot run C compiled programs
# 编译baidupcs项目时碰到问题执行./configure出现以下错误configure: error: cannot run C compiled programs.# 解决方案指
error: curl/curl.h: No such file or directory
```shyum install libcurl-dev```
fatal error: expat.h: No such file or directory
编译git时出现如标题中的错误,缺少依赖```shyum install expat-devel```
error: openssl/ssl.h: No such file or directory
在linux下自己编译git时碰到了这个问题,本来打算用ubuntu的方式解决,但是软件名不对。在ubuntu下软件名是libssl-dev, 但在centos下是 openssl-devel.注意
Could not find a version that satisfies the requirement tensorflow (from versions: )
## 安装TensorFlow时碰到如下问题<!-- more -->* Could not find a version that satisfies the requirement ten
tensorflow timeout错误
## 解决了Could not find a version that satisfies the..., 出现socket.timeout错误<!-- more -->### 问题描述*