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

  • 相关阅读:
    贝塞尔曲线实现的购物车添加商品动画效果
    Rxjava学习(一基础篇)
    OkHttp3源码详解(三) 拦截器-RetryAndFollowUpInterceptor
    ViewDragHelper详解(侧滑栏)
    linux系统装windows时需要注意的问题
    ARM GCC 内嵌汇编手册
    ADS的默认连接分析及编译器产生符号解惑
    ARM 的Thumb状态测试
    load-store/register-memory/register-plus-memory比较
    进位位(carry)与溢出位(overflow)的区别
  • 原文地址:https://www.cnblogs.com/bonelee/p/8621724.html
Copyright © 2011-2022 走看看