- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我尝试使用 esay_install 在我的 Windows 7 机器上安装 pylint 时,出现错误“错误:安装脚本因错误退出:系统找不到指定的文件”。
它不适用于 pylint。我成功安装了 twitter、logilab-common-0.60.0 和 logilab-astroid-4148103ea6f6。
不知道哪里出了问题。
下面是我得到的错误。
C:\>easy_install pylint
Creating c:\python33\lib\site-packages\site.py
Searching for pylint
Best match: pylint 0.28.0
Processing pylint-0.28.0-py3.3.egg
pylint 0.28.0 is already the active version in easy-install.pth
Installing epylint script to C:\Python33\Scripts
Installing epylint.bat script to C:\Python33\Scripts
Installing pylint script to C:\Python33\Scripts
Installing pylint-gui script to C:\Python33\Scripts
Installing pylint-gui.bat script to C:\Python33\Scripts
Installing pylint.bat script to C:\Python33\Scripts
Installing pyreverse script to C:\Python33\Scripts
Installing pyreverse.bat script to C:\Python33\Scripts
Installing symilar script to C:\Python33\Scripts
Installing symilar.bat script to C:\Python33\Scripts
Installing pylint-script.py script to C:\Python33\Scripts
Installing pylint.exe script to C:\Python33\Scripts
Installing pylint-gui-script.py script to C:\Python33\Scripts
Installing pylint-gui.exe script to C:\Python33\Scripts
Installing symilar-script.py script to C:\Python33\Scripts
Installing symilar.exe script to C:\Python33\Scripts
Installing epylint-script.py script to C:\Python33\Scripts
Installing epylint.exe script to C:\Python33\Scripts
Installing pyreverse-script.py script to C:\Python33\Scripts
Installing pyreverse.exe script to C:\Python33\Scripts
Using c:\python33\lib\site-packages\pylint-0.28.0-py3.3.egg
Processing dependencies for pylint
Searching for logilab-astng>=0.24.3
Reading https://pypi.python.org/simple/logilab-astng/
Best match: logilab-astng 0.24.3
Downloading https://pypi.python.org/packages/source/l/logilab-astng/logilab-astn
g-0.24.3.tar.gz#md5=f0dd5dee1d5053939da174e1bfe69388
Processing logilab-astng-0.24.3.tar.gz
Writing c:\users\zenq\appdata\local\temp\easy_install-glk_0e\logilab-astng-0.24.
3\setup.cfg
Running logilab-astng-0.24.3\setup.py -q bdist_egg --dist-dir c:\users\zenq\appd
ata\local\temp\easy_install-glk_0e\logilab-astng-0.24.3\egg-dist-tmp-xzupoo
package init file '.\test\__init__.py' not found (or not a regular file)
Not SVN Repository
package init file '.\test\__init__.py' not found (or not a regular file)
package init file '.\test\__init__.py' not found (or not a regular file)
running 2to3 on build\lib\logilab\astng\brain
error: Setup script exited with error: The system cannot find the file specified
我在网上进行了大量搜索,但找不到解决方案。我该如何解决这个问题?
最佳答案
我找到了一种让它在我的 Windows 机器 (Python 3.3) 上运行的方法。(可能有些步骤是不需要的,我没有去深究。)
我尝试在虚拟环境下安装 pylint。
pip install pylint
并出现问题中描述的错误。
我在'VIRTUALENV\Tools\Scripts'目录下制作了一个bat文件
@echo off
rem Use python to execute the python script having the same name as this batch
rem file, but without any extension, located in the same directory as this
rem batch file
c:\env\Scripts\python.exe "%~dpn0".py %*
将其添加到 PATH 中
C:\tmp\pylint>set PATH=c:\env\Tools\Scripts;%PATH%
我从版本控制系统中获取了最新版本的 Pylint 及其依赖项
hg clone https://bitbucket.org/logilab/pylint/
hg clone https://bitbucket.org/logilab/astroid
hg clone http://hg.logilab.org/logilab/common
然后用虚拟环境的 Python ‘编译’它们。首先是“astroid”,然后是“common”和“pylint”本身
C:\tmp\pylint>c:\env\Scripts\python.exe setup.py install
关于python easy_install pylint错误: The system cannot find the file specified,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19787849/
这与 this 有关我刚才问的问题。 最终结果是我希望能够安装我的包“identity.model”和所有依赖项。像这样... $ easy_install -f http://eggs.sadpha
我刚刚将 python 升级到 3.4 版。但是,由于某种原因,默认情况下并未安装 pip。所以我尝试使用命令“sudo easy_install pip”安装 pip。但是当我输入命令时,它给了我一
对于 Python 3.2,推荐什么:easy_install-3.2 或 easy_install? 为什么有两个高管?有什么不同? 还有一个问题:distribute 还是 setuptools?
我用easy_install安装pip,用pip安装django、virtualenv和virtualenvwrapper。 几周后我刚刚回到它,django 似乎不再工作了,但更令人担忧的是我无法重
尝试easy_install时fabric (或 easy_install pycrypto ,它取决于结构),我在 Mac OS X 上遇到以下链接器错误: ld: illegal text-rel
我使用的是 Mac OS X。我通过在终端中输入 easy_install networkx 来安装 networkx。终端显示 networkx 的已完成处理依赖项。但是,当我将 import ne
任何有关导致以下错误的想法吗? 我将Linux centos与openssl-devel.i386 0.9.8e-12.el5_5.7结合使用 $ easy_install PyOpenSSL Sea
是否有一种简单的方法来获取所有通过 easy_install 安装的具有更新版本的 Python 库的报告?我不想简单地在已知已安装库的列表上重新运行 easy_install,因为较新的库可能具有非
作为前言,我目前正在运行 OSX 10.9.1 和 Python 2.7。 我想使用 easy_install 安装 Python 包(在本例中为 pip)。首先我尝试: easy_install p
我正在尝试安装 ReportLab ,但我没有可用于编译 rl_accel 库的 C 编译器。使用 setup.py,我会像这样添加一个额外的参数: python setup.py --rl_acce
当尝试安装包时,easy_install 要求我升级分发: The required version of distribute (>=0.6.35) is not available, and ca
我正在尝试使用 easy_install 安装以 egg 格式打包的 python 脚本。问题是 easy_install 将依赖项下载到/tmp。但是,我的 tmp 目录只有 4mb 的可用空间(我
所以我使用 stow 在服务器上安装了 Python 2.7.1 源代码 .我过去很粗心,在处理源代码安装时我试图保持井井有条。所以,输入 stow。现在我使用 wget 安装了 easy_insta
当我easy_install一些python模块时,警告如: : module references __file__ : module references __path__ : module MA
有时我需要猜测包名,是否有任何包搜索实用程序,例如 apt/yum/port/brew 中的搜索命令... 最佳答案 没有,但您可以在线搜索 PyPi ,这是 easy_install、pip 等人使
我的 mac 上有两个版本的 python: Apple 预装在 /usr/bin 来自 python.org 的 /Library/Frameworks/Python.framework/Versi
有没有办法配置 easy_install 以避免在安装失败时重新下载文件? 最佳答案 13 年后更新:easy_install 已于 2021 年 1 月从 Python 中移除。python 包管理
我想安装 sphinx,网站说要使用: easy_install -U Sphinx 安装此命令后会发生什么?我也会得到来源吗?它会安装在哪里? 最佳答案 在 Ubuntu 上,我相信它会安装到/us
我正在从旧的 Win2K 机器迁移到新的、功能更强大的 Vista 64 位 PC。大部分迁移进行得相当顺利 - 但我确实发现我需要重新安装所有与 Python 相关的工具。 我已经下载了 mecha
我尝试安装 SimpleCV 包: C:\>easy_install C:\Python27\lib\site-packages\simplecv-1.2-py2.7.egg Processing s
我是一名优秀的程序员,十分优秀!