首页 > 其他分享 >easy_install uncompyle6 egg

easy_install uncompyle6 egg

时间:2023-06-01 11:01:07浏览次数:34  
标签:install anaconda3 root uncompyle6 py3.6 3.0 packages 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

标签:install,anaconda3,root,uncompyle6,py3.6,3.0,packages,egg
From: https://blog.51cto.com/u_11908275/6392950

相关文章

  • CMakeLists --- install和uninstall
    install假设生成了以下几个文件:静态库target1,动态库target2,可执行文件target3 1.安装文件至指定位置#只安装静态库install(TARGETStarget1LIBRARYDESTINATIONlib)#安装静态库,动态库,可执行文件install(TARGETStarget1target2target3LIBRARYDESTINATIONli......
  • 解决 pyinstaller 出现的不能打包的问题
      错误详情:OSError:Pythonlibrarynotfound:libpython3.7m.so,libpython3.7.so.1.0,libpython3.7m.so.1.0,libpython3.7.so,libpython3.7mu.so.1.0ThismeansyourPythoninstallationdoesnotcomewithpropersharedlibraryfiles.Thisusuallyhappensdu......
  • pip install时遇到subprocess-exited-with-error错误
    当我使用容器在外网下载的peft源码包中使用pipinstall-e.命令进行安装时,安装顺利进行。而当我在公司内网使用相同容器进行安装时,报出题目中的错误,因为是离线安装,所以我猜测是不是网络问题,因为这两个区别就是一个联网一个没有联网,于是我在内网pipinstall-e.命令后面加上了......
  • Could not find the DLL(s) 'msvcp140_1.dll'. TensorFlow requires that these DLLs
      python-c"fromtransformersimportpipeline;print(pipeline('sentiment-analysis')('weloveyou'))"MicrosoftVisualC++Redistributableisnotinstalled,thismayleadtotheDLLloadfailure.                Itcanbedow......
  • AdvancedInstaller制作Excel的COM加载项
       Excel控件安装之前,先检查一下以往的安装是否卸载干净,可以先文件-》加载项-》COM加载项里“删除”: 进入到AdvancedInstaller: Create后写入程序名:EXE方式:Add-In方式:一定要选编译器的Release版本: 默认全部选上,否则后期安装没有效果: 后续根据情况选版本:......
  • install baidunetdisk-bin
    yay-Sbaidunetdisk-binAURExplicit(1):baidunetdisk-bin-4.17.7-1::(1/1)下载了PKGBUILD:baidunetdisk-bin1baidunetdisk-bin(构建文件已存在)==>清理哪些软件包的构建文件?==>[N]没有[A]全部[Ab]中止[I]已安装[No]未安装或(123,......
  • npm install 安装报错 npm ERR [email protected]: Permission denied (publickey)
    错误描述PSD:\webstorm\vue-element-admin-i18n>npminstall--registry=https://registry.npm.taobao.`org```npmERR!code128npmERR!AnunknowngiterroroccurrednpmERR!commandgit--no-replace-objectsls-remotessh://[email protected]/nhn/raphael.gitn......
  • npm install ERR_INVALID_URL错误
    我在terminal中设置了proxy后,开启proxyon后,执行npminstall包错误: 把proxyoff后,错误又没有了,不知道是啥问题。下面的文章可能有作用:https://weekendprojects.dev/posts/how-to-fix-npm-err_invalid_url/#:~:text=The%20%E2%80%9CNPM%20ERR_INVALID_URL%E2%80%9D%20error%20occ......
  • Ubuntu install libxlsx
    Copyfrom https://libxlsxwriter.github.io/getting_started.html1sudoapt-getinstalllibxslt-dev2.gitclonehttps://github.com/jmcnamara/libxlsxwriter.git3.cdlibxlsxwritermake4.cdcmake#Oranothersub-directory.cmake..cmake--build.......
  • # yyds干货盘点 # 使用PyInstaller工具将Python程序打包成Mac可执行文件步骤
    大家好,我是皮皮。一、前言前几天在Python钻石群【JethroShen】问了一个Python打包的问题,这里拿出来给大家分享下。二、实现过程这里【eric】问了【ChatGPT】,并给出了代码,如下所示:在Mac系统中,Python程序不能直接打包成.exe可执行文件,因为.exe是Windows系统下的可执行文件格式,而Mac......