• 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

  • 相关阅读:
    linux内核中的subsys_initcall是干什么的?
    linux内核中的MFD子系统
    linux内核中有哪些子系统(框架)呢?
    软件架构师书籍
    求最大公约数和最小公倍数
    写一个函数判断字符串中"{"与"}","["与"]","("与")"匹配,"{"必须在"}"前面,"["必须在"]"前面,"("必须在")"前面,可以嵌套
    请用程序写出冒泡排序算法,并做相应改进使得排序效率更高
    50个必备的实用jQuery代码段+ 可以直接拿来用的15个jQuery代码片段
    js同比例缩放图片
    oracle 10g函数大全--其他函数
  • 原文地址:https://www.cnblogs.com/bonelee/p/8621724.html
Copyright © 2020-2023  润新知