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应用的代码在本地开发环境运行十分正常,但是放到线上以后却出现了莫名其妙的异常,经过再三排查以后还是找不到问题原因,于是就在想,要是可以在服务器环境中进行单步跟踪调试就好了. ...
随机推荐
- URAL 1277 Cops and Thieves
Cops and Thieves Time Limit: 1000ms Memory Limit: 16384KB This problem will be judged on Ural. Origi ...
- 动手实操(一):如何用七牛云 API 实现相片地图?
实操玩家: 在苹果手机上,我们只要打开定位服务,拍照后便能在相簿中找到地图,地图上显示着在各地拍摄的相片.网站上这种显示方式也并不少见,例如 Flickr.即将关闭的 Panoramio 等. 作为地 ...
- HDU 3932 模拟退火
HDU3932 题目大意:给定一堆点,找到一个点的位置使这个点到所有点中的最大距离最小 简单的模拟退火即可 #include <iostream> #include <cstdio& ...
- COJ 1211 大整数开平方
手写求大整数开根号所得到的值,具体计算过程参考别人的资料,最后利用java的大整数得到答案 别人博客链接:http://www.cnblogs.com/Rinyo/archive/2012/12/16 ...
- 【最长上升子序列记录路径(n^2)】HDU 1160 FatMouse's Speed
https://vjudge.net/contest/68966#problem/J [Accepted] #include<iostream> #include<cstdio> ...
- 【置换】G. Poker 2.0
https://www.bnuoj.com/v3/contest_show.php?cid=9146#problem/G [题意] 题意很简单,就是“鸽尾式”洗扑克,问洗m次各张牌的位置 [思路] 牌 ...
- Hibernate 批处理(batch inserts, updates and deletes)
总结:hibernate在进行批量处理不给力的主要原因就是Session中存在缓存,而hibernate的机制就是通过session中的一级缓存去同步数据库,所以当进行批量处理时,缓存中保存的数据量很 ...
- [USACO13NOV]空荡荡的摊位Empty Stalls
题目描述 Farmer John's new barn consists of a huge circle of N stalls (2 <= N <= 3,000,000), numbe ...
- isinstance()和issubclass()
内置函数中有个两个函数经常用到 isinstance() 对象 是否是 类 的一个对象 from collections import Iterable prin ...
- 转:ORACLE存储过程笔记1----基本语法(以及与informix的比较)
一.基本语法(以及与informix的比较) create [or replace] procedure procedure_name (varible {IN|OUT|IN OUT} type) ...