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
easy_install uncompyle6 egg的更多相关文章
- python的egg包的安装和制作]
Defining Python Source Code Encodings Python egg 的安装 egg文件制作与安装 2011-06-10 14:22:50| 分类: python | ...
- pycharm快捷键、配置virtualenv环境,配置django调试,配置远程调试
pycharm安装和首次使用 http://blog.csdn.net/chenggong2dm/article/details/9365437 快捷键: 找文件.代码.引用相关 1.双击shift ...
- pyserial 16进制显示与发送
pyserial 16进制显示与发送 http://www.centoscn.com/python/2013/0817/1320.html 十六进制显示的实质是把接收到的字符诸葛转换成其对应的ASCI ...
- Pycharm远程调试
1.在pycharm的安装目录中找到pycharm-debug.egg,将其拷贝到目标主机的/usr/lib/python2.7/dist-packages目录下: 执行: sudo easy_ins ...
- Python模块常用的几种安装方式
Python模块安装方法 一.方法1: 单文件模块直接把文件拷贝到 $python_dir/Lib 二.方法2: 多文件模块,带setup.py 下载模块包,进行解压,进入模块文件夹,执行:pytho ...
- Python实用工具包Scrapy安装教程
对于想用每个想用Python开发网络爬虫的开发者来说,Scrapy无疑是一个极好的开源工具.今天安装之后觉得Scrapy的安装确实不易啊.所以在此博文一篇,往后来着少走弯路. 废话不多说了,如果 ...
- 在ubunut下使用pycharm和eclipse进行python远程调试
我比较喜欢Pycharm,因为这个是JetBrains公司出的python IDE工具,该公司下的java IDE工具--IDEA,无论从界面还是操作上都甩eclipse几条街,但项目组里有些人使用e ...
- openstack安装、卸载与启动
一.安装: 更新: sudo apt-get update sudo apt-get upgrade 安装图形化界面: sudo apt-get install ubuntu-desktop 安装gc ...
- 利用PyCharm进行Python远程调试
背景描述 有时候Python应用的代码在本地开发环境运行十分正常,但是放到线上以后却出现了莫名其妙的异常,经过再三排查以后还是找不到问题原因,于是就在想,要是可以在服务器环境中进行单步跟踪调试就好了. ...
随机推荐
- fiddler终极教程
http://www.cnblogs.com/yoyoketang/tag/fiddler/
- mybatis插件 mybatis插件-------从dao快速定位到mapper的sql语句
步骤一:打开settings,点击plugins 快捷键ctrl+alt+s打开settings 步骤二.点击ClearCase Integration,并点击下面中间的按钮(browse repos ...
- java.lang.ClassNotFoundException: com.microsoft.jdbc.sqlserver.SQLServerDriver
今天这个问题排查了好大一会,开始网上有人这么说: https://www.cnblogs.com/rookiebob/p/3749396.html 但是仍未能解决我的问题, 最后发现是只在外层的pom ...
- 72.spring boot讨论群【从零开始学Spring Boot】
[从零开始学习Spirng Boot-常见异常汇总] 如果您碰到什么问题,您可以加群进行探讨,在群里有加入的都是Spring Boot志同道合的朋友: Spring Boot QQ交流群:193341 ...
- POJ 3680: Intervals【最小费用最大流】
题目大意:你有N个开区间,每个区间有个重量wi,你要选择一些区间,使得满足:每个点被不超过K个区间覆盖的前提下,重量最大 思路:感觉是很好想的费用流,把每个区间首尾相连,费用为该区间的重量的相反数(由 ...
- poj 2081 简单递推
#include<stdio.h> #include<string.h> #define N 510000 int dp[N]; int f[10000000]; int ma ...
- @JoinColumn 匹配关联多个字段
两张表结构如下 TABLE_A: ID, COLA1, COLA2 TABLE_B: ID, A_ID, COLB1, COLB2 A和B是一对多的关系. 我在B的BEAN上面,通过Anotation ...
- UITextInputMode currentInputMode is deprecated. 警告的解决
如果你的工程最低支持版本为7.0 你会发现有警告 : 'currentInputMode' is deprecated: first deprecated in iOS 7.0 替换方案:UIText ...
- oracle 启动监听报错TNS-12547: TNS:lost contact
https://blog.csdn.net/liqfyiyi/article/details/7534018
- React学习之State
本文基于React v16.4.1 初学react,有理解不对的地方,欢迎批评指正^_^ 一.定义组件的两种方式 1.函数定义组件 function Welcome(props) { return & ...