成功解决Command "python setup.py egg_info" failed with error code 1 in C:\Users\AppData\

目录

解决问题

解决方法


解决问题

Command "python setup.py egg_info" failed with error code 1 in C:\Users\99386\AppData\Local\Temp\pip-req-build-6v9mt9io\

Processing f:\program files\python\basemap-1.0.7.tar.gzComplete output from command python setup.py egg_info:Can't find geos library . Please set theenvironment variable GEOS_DIR to point to the locationwhere geos is installed (for example, if geos_c.his in /usr/local/include, and libgeos_c is in /usr/local/lib,set GEOS_DIR to /usr/local), or edit the setup.py scriptmanually and set the variable GEOS_dir (right after the linethat says "set GEOS_dir manually here".checking for GEOS lib in C:\Users\99386 ....checking for GEOS lib in /usr ....checking for GEOS lib in /usr/local ....checking for GEOS lib in /sw ....checking for GEOS lib in /opt ....checking for GEOS lib in /opt/local ....----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\99386\AppData\Local\Temp\pip-req-build-6v9mt9io\

解决方法

更改为whl文件
PS:博主真心感觉这句话很明了的,鉴于网友留言不明白,再解释一下。

就是利用pip工具,下载对应的whl文件即可!下边网友的留言,理解的正确。

成功解决Command quot;python setup.py egg_infoquot; failed with error code 1 in C:\Users\AppData\相关推荐

  1. 解决 win10 pycurl安装出错 Command python setup.py egg_info failed with error code 10 编译安装包 安装万金油...

    版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn.net/yexiaohhjk/article/d ...

  2. python pip 报错 Command “python setup.py egg_info“ failed with error code 1 解决方法

    在执行 pip3 install scrapy 时遇到错误: Command "python setup.py egg_info" failed with error code 1 ...

  3. 解决 Command “python setup.py egg_info“ failed with error code 1 问题

    解决 Command "python setup.py egg_info" failed with error code 1 问题 参考文章: (1)解决 Command &quo ...

  4. 真正解决出现pip安装软件时出现Command “python setup.py egg_info“ failed with error code 1 in /tmp/的办法

    今天我安装docker-compose时出现了此错误,具体怎么出现的错误就不演示了,如下是解决办法 首先,安装python3时需要先配置epel源,如下是阿里云的epel源配置 rpm -Uvh ht ...

  5. Python案例篇3-pip install 失败 Command “python setup.py egg_info“ failed with error code 1

    一.问题描述 最近在自学pyspark,想本地通过pycharm来编辑pyspark脚本,运行的时候,提示没有pyspark模块,于是通过pycharm安装了pyspark(最新版本). 而且这个安装 ...

  6. Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-q_eqh7d5/Pillow/

    在执行"pip install Augmentor"命令时,遇到以下错误: Command "python setup.py egg_info" failed ...

  7. 安装软件时出现Command “python setup.py egg_info“ failed with error code 1 in /tmp的解决方案

    问题出现 pip3 install paramiko Collecting paramikoDownloading https://pypi.doubanio.com/packages/be/6f/f ...

  8. pip安装软件时出现Command python setup.py egg_info failed with error code 1 in /tmp/pip-build*的解决方案

    本文只提供本人的一些经验,不代表可以解决所有人的问题. pip安装软件时出现:Command "python setup.py egg_info" failed with erro ...

  9. pip安装软件 Command “python setup.py egg_info“ failed with error code 1 in

    本文只提供本人的一些经验,不代表可以解决所有人的问题. pip安装软件时出现:Command "python setup.py egg_info" failed with erro ...

最新文章

  1. Python使用tpot获取最优模型、将最优模型应用于交叉验证数据集(5折)获取数据集下的最优表现,并将每一折(fold)的预测结果、概率、属于哪一折与测试集标签、结果、概率一并整合输出为结果文件
  2. 九十八、轻松搞定Python中的Markdown系列
  3. 图Graph--最小生成树
  4. mpi4py linux例子,python-3.x – mpi4py中的共享内存
  5. A/B test模块使用以及配置
  6. Hibernate XXX.hbm.xml 里的class标签的 schema 属性解释
  7. qq发送消息时变成表情
  8. 网站+云服务器+价格表,网站 云服务器 价格表
  9. optionsAPI与compositionAPI
  10. LoRa无线模块的优势
  11. Docker Redis远程主机强迫关闭了一个现有的连接
  12. kit框架详解(基于go-kit)
  13. Win系统svchost进程流量偷跑,如何永久杜绝?
  14. 英菲克I9_H8_当贝纯净桌面-YYF定制-线刷固件包
  15. 魔数(magic number)
  16. 机器学习中常用的分类算法总结
  17. C++ Primer 第5版--练习9.14
  18. Web 自动化解决方案 [开源项目] 基于 Selenium 的 Web 自动化测试框架完美版
  19. 大型电子商务网站架构
  20. 阿里又搞黄了一个APP……万千宅男的梦破碎了!

热门文章

  1. linux 下串口的配置需要注意
  2. jQuery-DOM节点插入总结
  3. phalcon系列(1) hello phalcon
  4. python可变长参数(非关键字及关键字参数)
  5. Campus Address
  6. StringBuider 在什么条件下使用效率更高?
  7. 干货 | 携程异地多活-MySQL实时双向(多向)复制实践
  8. MySQL 中主键的几种表设计组合的实际应用效果
  9. Java 应用中的日志
  10. Java:十六进制转换成十进制