pip
Why does my python egg not work? - No distributions at all found for
I have made a distribution of my python package with the following setup.py #!/usr/bin/env python from setuptools import setup[详细]
2023-03-11 21:32 分类:问答Optional dependencies in distutils / pip
When installing my python package, I want to be able to tell the user about various optional dependencies. Ideally I would also like to print out a message about these optional requirements and what e[详细]
2023-03-10 04:37 分类:问答What happened to the -e option for pip?
The pip documentation mentions -e option to pip, and this is also used on some BuildBot developer \'getting started\' notes. However, Ihave pip 1.0.1 and that running:[详细]
2023-03-09 16:46 分类:问答Ubuntu 11.04: Installing PIL into a virtualenv with PIP [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-08 18:24 分类:问答Pip using system python osx
I installed python26 using macports, so the correct python on my system is /opt/local/bin/python However, w开发者_高级运维hen I do[详细]
2023-03-08 18:01 分类:问答Windows + virtualenv + pip + NumPy (problems when installing NumPy)
On Windows, I normally just use the binary installer, but I would like to install NumPy only in a virtualenv this time, so I created a virtual env:[详细]
2023-03-08 06:17 分类:问答Pip: Specifying minor version
In my requirements.txt file I want to specify that my app needs Django version 1.3.x. That is, either 1.3.0, or 1.3.1, or 1.3.2, etc. (When these come out.) But not 1.4, when it comes out.[详细]
2023-03-07 00:24 分类:问答Broken Pipe error when using pip to install pycrypto on Mac OS X
I am attempting to install pycrypto (version 2.3) on OS X via pip.I am getting a \"Broken pipe\" error when the compiler attempts to compile MD2.c.I get a very similar error when using easy_install.[详细]
2023-03-04 22:05 分类:问答Why is Pip looking for download cache if the same exact package is already installed, when doing an --upgrade
This is on windows. In the Global Site packages I have installed lxml binary(.egg file) . And now I am creating a virtualenv and trying to get the same egg from the global environment.[详细]
2023-03-04 19:40 分类:问答Install python package (e.g. lxml) to specific python version (e.g. 3.1) when another python package (e.g 2.6) is default
It bugs me theese simple things: I notice that my installed lxml can\'t be found from my python3.1 shell.[详细]
2023-02-27 18:50 分类:问答