I have made a distribution of my python package with the following setup.py #!/usr/bin/env python from setuptools import setup
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
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:
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
I installed python26 using macports, so the correct python on my system is /opt/local/bin/python However, w开发者_高级运维hen I do
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:
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.
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.
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.
It bugs me theese simple things: I notice that my installed lxml can\'t be found from my python3.1 shell.