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

  • 相关阅读:
    c#与科学计算之一:发掘 C# 特性赋予科学计算项目以威力(转贴)
    我使用使用vs2005的理由
    MapXtrem2004经典代码:asp.net鹰眼
    LaheyFujitsu Fortran v7.1初感受
    .NET平台上的编译器不完全列表(转别)
    iNET:Microsoft.NET的Java实现
    MapXtreme2004 & vs2005的官方回答
    告别一段时间
    MapXtreme2004 连接oracle spatial的问题(已解决)
    手工卸载.Net写的win服务
  • 原文地址:https://www.cnblogs.com/bonelee/p/8621724.html
Copyright © 2011-2022 走看看