Tag: python wheel

车轮文件安装

如何安装.whl文件? 我有轮库,但我不知道如何使用它来安装这些文件。 我有.whl文件,但我不知道如何运行它。 请帮忙。

最新的“点子”失败,“需要setuptools> = 0.8的dist-info”

使用最近的(1.5)版本的pip ,我试图更新几个包时出现错误。 例如, sudo pip install -U pytz导致失败: Wheel installs require setuptools >= 0.8 for dist-info support. pip's wheel support requires setuptools >= 0.8 for dist-info support. 我不明白这个消息(我有setuptools 2.1)或如何处理。 此错误的日志中的exception信息: Exception information: Traceback (most recent call last): File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 230, in run finder = […]

为什么我不能在python中创build一个轮子?

这里是我正在运行的命令: $ python setup.py bdist_wheel usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] …] or: setup.py –help [cmd1 cmd2 …] or: setup.py –help-commands or: setup.py cmd –help error: invalid command 'bdist_wheel' $ pip –version pip 1.5.6 from /usr/local/lib/python3.4/site-packages (python 3.4) $ python -c "import setuptools; print(setuptools.__version__)" 2.1 $ python –version Python 3.4.1 $ which python /usr/local/bin/python […]

不能从wheel格式安装numpy

我正在尝试从whl文件安装numpy。 我得到的错误: numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl is not a supported wheel on this platform. 详细信息:Windows 8.1 pro x64,提升命令提示符 Python 3.4.2 从Gohlke的网站包装numpy numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl复制到pip.exe文件夹中 日志文件显示: d:\ Program Files \ WinPython-64bit-3.4.2.4 \ python-3.4.2.amd64 \ Scripts \ pip在01/23/15 11:55:21运行numpy-1.9.1%2Bmkl-cp34-none-win_amd64 .whl在这个平台上不是支持的轮子。 exception信息:Traceback(最近调用的最后一个):在主状态= self.run(options,args)的文件“D:\ Python34 \ lib \ site-packages \ pip \ basecommand.py” \ Python \ lib \ site-packages \ pip \ req.py文件“\ Python34 […]