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

  • 相关阅读:
    【转】深入理解Java内存模型(二)——重排序
    mysql 查询表字段信息(字段名、描述、类型、长度)
    SQL-Server随机日期值
    浏览器一直不停的异步请求(环境:vs.net mvc)
    asp.net mvc 默认首页设置静态文件
    字符串转json对象 SyntaxError: missing ; before statement
    SQL Server 自增标识位插入显示值
    c# 去除字符串中的换行符 " "
    处理SQL注入参考
    多线程简单应用示例
  • 原文地址:https://www.cnblogs.com/bonelee/p/8621724.html
Copyright © 2011-2022 走看看