zoukankan      html  css  js  c++  java
  • easy_install uncompyle6 egg

    localhost:~ # easy_install uncompyle6-3.0.1-py3.6.egg
    Processing uncompyle6-3.0.1-py3.6.egg
    Copying uncompyle6-3.0.1-py3.6.egg to /root/anaconda3/lib/python3.6/site-packages
    Adding uncompyle6 3.0.1 to easy-install.pth file
    Installing pydisassemble script to /root/anaconda3/bin
    Installing uncompyle6 script to /root/anaconda3/bin

    Installed /root/anaconda3/lib/python3.6/site-packages/uncompyle6-3.0.1-py3.6.egg
    Processing dependencies for uncompyle6==3.0.1
    Searching for xdis<3.8.0,>=3.7.0
    Reading https://pypi.python.org/simple/xdis/
    Download error on https://pypi.python.org/simple/xdis/: [Errno 111] Connection refused -- Some packages may not be found!
    Couldn't find index page for 'xdis' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.python.org/simple/
    Download error on https://pypi.python.org/simple/: [Errno 111] Connection refused -- Some packages may not be found!
    No local packages or working download links found for xdis<3.8.0,>=3.7.0
    error: Could not find suitable distribution for Requirement.parse('xdis<3.8.0,>=3.7.0')
    localhost:~ # easy_install xdis-3.7.0-py3.6.egg
    Processing xdis-3.7.0-py3.6.egg
    Copying xdis-3.7.0-py3.6.egg to /root/anaconda3/lib/python3.6/site-packages
    Adding xdis 3.7.0 to easy-install.pth file
    Installing pydisasm script to /root/anaconda3/bin

    Installed /root/anaconda3/lib/python3.6/site-packages/xdis-3.7.0-py3.6.egg
    Processing dependencies for xdis==3.7.0
    Finished processing dependencies for xdis==3.7.0
    localhost:~ # easy_install uncompyle6-3.0.1-py3.6.egg
    Processing uncompyle6-3.0.1-py3.6.egg
    Removing /root/anaconda3/lib/python3.6/site-packages/uncompyle6-3.0.1-py3.6.egg
    Copying uncompyle6-3.0.1-py3.6.egg to /root/anaconda3/lib/python3.6/site-packages
    uncompyle6 3.0.1 is already the active version in easy-install.pth
    Installing pydisassemble script to /root/anaconda3/bin
    Installing uncompyle6 script to /root/anaconda3/bin

    Installed /root/anaconda3/lib/python3.6/site-packages/uncompyle6-3.0.1-py3.6.egg
    Processing dependencies for uncompyle6==3.0.1
    Searching for spark-parser<1.9.0,>=1.8.5
    Reading https://pypi.python.org/simple/spark-parser/
    Download error on https://pypi.python.org/simple/spark-parser/: [Errno 111] Connection refused -- Some packages may not be found!
    Couldn't find index page for 'spark-parser' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.python.org/simple/
    Download error on https://pypi.python.org/simple/: [Errno 111] Connection refused -- Some packages may not be found!
    No local packages or working download links found for spark-parser<1.9.0,>=1.8.5
    error: Could not find suitable distribution for Requirement.parse('spark-parser<1.9.0,>=1.8.5')
    localhost:~ # easy_install spark_parser-1.8.5-py3.6.egg
    Processing spark_parser-1.8.5-py3.6.egg
    Copying spark_parser-1.8.5-py3.6.egg to /root/anaconda3/lib/python3.6/site-packages
    Adding spark-parser 1.8.5 to easy-install.pth file
    Installing spark-parser-coverage script to /root/anaconda3/bin

    Installed /root/anaconda3/lib/python3.6/site-packages/spark_parser-1.8.5-py3.6.egg
    Processing dependencies for spark-parser==1.8.5
    Finished processing dependencies for spark-parser==1.8.5
    localhost:~ # easy_install uncompyle6-3.0.1-py3.6.egg
    Processing uncompyle6-3.0.1-py3.6.egg
    Removing /root/anaconda3/lib/python3.6/site-packages/uncompyle6-3.0.1-py3.6.egg
    Copying uncompyle6-3.0.1-py3.6.egg to /root/anaconda3/lib/python3.6/site-packages
    uncompyle6 3.0.1 is already the active version in easy-install.pth
    Installing pydisassemble script to /root/anaconda3/bin
    Installing uncompyle6 script to /root/anaconda3/bin

    Installed /root/anaconda3/lib/python3.6/site-packages/uncompyle6-3.0.1-py3.6.egg
    Processing dependencies for uncompyle6==3.0.1
    Finished processing dependencies for uncompyle6==3.0.1

  • 相关阅读:
    安装VMware16兼容Hyper-v+WSL2+Docker+解决0x80370102报错
    家用联通光纤开启IPv6
    配置微软Azure大数据HDInsight云集群
    Hadoop集群搭建-05安装配置YARN
    Hadoop集群搭建-04安装配置HDFS
    Hadoop集群搭建-03编译安装hadoop
    Hadoop集群搭建-02安装配置Zookeeper
    Hadoop集群搭建-01前期准备
    springMVC+request.session实现用户登录和访问权限控制
    idea+spring4+springmvc+mybatis+maven实现简单增删改查CRUD
  • 原文地址:https://www.cnblogs.com/bonelee/p/8621724.html
Copyright © 2011-2022 走看看