添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
我目前使用的服务器为centos6.x 系统自带的 python 的版本为2.6.x,但是目前无论是学习还是使用 python python 3都是首选,那么问题来了。---如何安装 python 3环境,又如何给 python 3安装对应的 pip 3呢? 更关键的是我们原来的系统中还有一些自带的工具需要用到 python 2.6版本,所以要求的是 python 3 and python 2 共存, pip 2 and pip 3共存。下面文章就是我的亲自实践。(给 python 3 安装 pip 3)   写这篇的目的就是为了帮助也遇到同样问题的同志(目前网上的资料不好找,大都没有经过实践,下面是我的经历,百分百能够 MacOS下安装xgboost和lightGBM 报错 ,之前安装成功,换了 python 环境后安装失败 信息如下: ERROR: Command errored out with exit status 1: command : /Users/shuzip/opt/anaconda3/bin/ python -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘”’”’/private/tmp/ pip - install -iebpqutp/xgboost/ setup.py ’”’”’; file=’”’”’/private/tmp/ pip - install - 使用 pip 安装git时, 报错 :ERROR: Command errored out with exit status 1: python setup.py egg _ info Check the log s for full command output .具体如下面: 'Programming Language :: Python :: Implementation :: PyPy' File "D:\Anaconda3\envs\base-env\lib\site-packag 二、解决方案 参考博客:​​​​​​在执行 pip install 时遇到错误: python setup.py egg _ info Check the log s for full command output - 采采芣苢_薄言襭之 - 博客园 升级两个包就可以了,一个是 pip ,一个是setu. 1. 找到系统盘下C:\C:\Users\用户名\AppData\Roaming 2. 查看在Roaming文件夹下有没有一个 pip 文件夹,如果没有创建一个; 3. 进入 pip 文件夹,创建一个 pip .ini... ERROR: Command errored out with exit status 1: python setup.py egg _ info Check the log s for full command output 解决办法 问题描述: Python 2.7.17 Python 3.6.9 pip 20.3.4 from /usr/local/lib/ python 2.7/dist-packages/ pip ( python 2.7) 一.问题描述 最近在自学pyspark,想本地通过pycharm来编辑pyspark脚本,运行的时候,提示没有pyspark模块,于是通过pycharm安装了pyspark(最新版本)。 而且这个安装到了远程服务器上,真的坑 奈何我安装的是CDH 6.3.1版本,然后spark版本是 2.4.0-cdh6.3.1,然后最新版本是3.0.2的 新的pyspak程序,都未记录到 History Server服务上。 于是首先通过 pip 卸载pyspark 3.0.2版本,然后安装pyspark 2.4.0版本 在 pip 安装过程中,如果遇到ERROR: Command errored out with exit status 1: python setup.py egg _ info Check the log s for full command output . 执行以下命令即可解决 pip install --user pytest-runner pip install nvidia-pyindex Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing ./nvidia-pyindex-1.0.3.tar.gz ERROR: Command errored out with exit status 1: command : /root/anaconda3/envs/cv_1/bin/ python -c 'import io, os, s ERROR: Command errored out with exit status 1: python setup.py egg _ info Check the log s for full command output . 使用 pip 安装cairoffi时爆出错误 更新了 pip 之后仍然有错误 需要更新setuptools才能生效 sudo pip install --upgrade setupto... 安装uiautomator2 报错 :ERROR: Command errored out with exit status 1: python setup.py egg _ info Check the log s for full command output . python 版本:3.8.8(~=3.8) 执行命令: pip install --pre uiautomator2 解决办法:卸载 python 3.8,安装 python 3.7 再次执行命令,安装成功 解决思路:降级 python 版本 有更好的思路可以一起讨 linux下安装包出现 报错 Command errored out with exit status 1: python setup.py egg _ info Check the log s for command output 】,来看看如何解决