今天PIP安装scrapydo 包时,报错,图如下

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.


最开始用最后一行定位,最后发现还是太年轻了

大家都说是PIP和TOOL 问题,更新后发现还是有问题,耐下性子查看ERROR日志

FileNotFoundError: [Errno 2] No such file or directory: 'curl-config': 'curl-config'

用Error日志报错的内容查到这里再去查这位兄弟,发现还是少其他依赖库的
https://blog.csdn.net/daerzei/article/details/79409656

下载,解压,进入目录,编译

# 下载
wget https://curl.haxx.se/download/curl-7.43.0.tar.gz
# 解压
tar -zxvf curl-7.43.0.tar.gz
# 进入目录
cd curl-7.43.0
# 编译
./configure


安装,测试curl配置是否成功

# 安装
make && make install
# 测试curl配置是否成功
curl -V
***我在这里其实已经安装成功了,看了其他博主添加环境变量了,下面操作是其他博主安装curl的***
# 添加环境变量
vim /etc/profile
# 添加下面的环境变量
PATH=$PATH:/usr/local/curl/bin/
# 环境变量生效
source /etc/profile
# 测试curl配置是否成功
curl -V

最后安装scrapydo 成功,还是不能偷懒啊,Error该看还得看

pip install scrapydo -i https://pypi.tuna.tsinghua.edu.cn/simple pyspider

PIP scrapydo时报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the log相关推荐

  1. python下载第三方库的时候报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the

    python下载第三方库的时候报错ERROR: Command errored out with exit status 1: python setup.py egg_info Check the l ...

  2. Python PIP Mysql-python 报错 ERROR: Command errored out with exit status 1: python setup.py egg_info C

    pip install mysql-python 安装Mysql-python时,报错,先看下错误内容: ERROR: Command errored out with exit status 1:c ...

  3. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full comm

    目录 问题 解决方法 问题 Python3.7环境下安装PySide pip install PySide Collecting PySideUsing cached PySide-1.2.4.tar ...

  4. django2.0 在安装mysqlclient 报错ERROR: Command errored out with exit status 1: python setup.py egg_info

    环境:centos7 +  Django2.0 + python3.6 django2.0连接mysql需要安装PyMySQL和mysqlclient pip3 install PyMySQL pip ...

  5. ubuntu18.04安装python的mysqlclient==1.4.6报错ERROR Command errored out with exit status 1python setup

    安装python的mysqlclient==1.4.6报错 环境: ubuntu18.04 python 3.7.2 Django 2.2 想要使用Django来操作MySQL,报错: LookupE ...

  6. ModuleNotFoundError: No module named '_ctypes' ERROR:Command errored out with exit status 1: python

    Ubuntu下载 nginx 时报错: ERROR: Command errored out with exit status 1:command: /usr/local/bin/python3.7 ...

  7. ERROR: Command errored out with exit status 1一例

    完整报错如下: Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/35/4b/ed10f7a313704bb77e0bd87817 ...

  8. windows安装imgaug ERROR: Command errored out with exit status 1: ERROR: Command errored out with exit

    在windows10下安装imgaug,我的python是3.7版本,一直在报错 报错信息如下所示: ERROR: Command errored out with exit status 1:   ...

  9. pip3安装出现ERROR: Command errored out with exit status 1:

    按照https://github.com/xybu/onedrived-dev一步步安装, 到了pip3 install --user git+https://github.com/xybu/oned ...

最新文章

  1. 行业观察 | 机器人Ameca挣脱「灵魂」枷锁觉醒?
  2. 深入探索.NET内部了解CLR如何创建运行时对象
  3. Mysql数据类型(二)
  4. Centos 中 service iptables stop 失败
  5. C# WPF 之 遍历子控件
  6. Spring-AOP 使用@AspectJ
  7. php 日期多余小时,在PHP中添加小时到日期时间
  8. php 自带缓存,封装ThinkPhP自带的缓存机制
  9. Matlab2016a如何关联M文件
  10. 97 个 Linux 常用命令大全
  11. asus z99s xp驱动
  12. 关于STM32PWM占空比的总结
  13. 拜访名寺古刹之圆通寺
  14. 签证官的心思你不懂,所以才会被拒签
  15. 物联网与AI芯片密不可分 企业加速跑马圈地
  16. 亚马逊长尾关键词是什么?亚马逊长尾关键词优势
  17. 《易语言百集教程》百集高清教程免费下载地址————【Badboy】
  18. 杭电计算机研究生复试,杭电计算机考研经验
  19. 布林带-BOLL (Bollinger Band)
  20. mac迅雷如何批量下载页面全部链接(无需插件,只需三步)

热门文章

  1. 关于stack 和heap
  2. cocos之观察者模式应用实例
  3. 常用linux网络配置命令
  4. 给定单链表,检测是否有环等系列考题
  5. 随想录(我们从uboot学什么)
  6. python中get属性_python3中__get__,__getattr__,__getattribute__的区别
  7. java递减_关于Java中递增和递减运算符的有趣事实
  8. c++语言的基本知识,C++基本知识总结
  9. eNSP中AC用Web方式登录
  10. ctfshow-WEB-web5