Tagged Questions
43
votes
4answers
14k views
How to install pip on windows?
pip is a replacement for easy_install. But I will install pip using easy_install on Windows. Is there a better way?
Edit:
This also seems to work:
Download the last easy installer for Windows ...
20
votes
3answers
6k views
The problem with installing PIL using virtualenv or buildout
When I install PIL using easy_install or buildout it installs in such way, that I must do 'import Image', not 'from PIL import Image'.
However, if I do "apt-get install python-imaging" or use "pip -E ...
20
votes
3answers
6k views
virtualenv, mysql-python, pip: anyone know how?
I'm trying to install the mysql bindings in a virtualenv. I'd prefer to use pip or easy_install. pip gives me the following error:
File "setup_posix.py", line 24, in mysql_config
raise ...
10
votes
5answers
4k views
Python package install using pip or easy_install from repos
The simplest way to deal with python package installations, so far, to me, has been to check out the source from the source control system and then add a symbolic link in the python dist-packages ...
6
votes
1answer
843 views
Steps to install py2cairo?
Seems that pycairo was branched to py2cairo for 2.x versions back in May. There are no pip or easy_install installation options for py2cairo. I've grabbed the latest py2cairo tar, as well as the cairo ...
6
votes
2answers
206 views
Including global package into a virtualenv that has been created with --no-site-packages
I'd usually prefer to create virtualenvs with --no-site-packages option for more isolation, and also because default python global packages includes quite a lot of packages, and usually most of them ...
5
votes
11answers
557 views
What is the official “preferred” way to install pip and virtualenv systemwide?
Is it this, which people seem to recommend most often:
$ sudo apt-get install python-setuptools
$ sudo easy_install pip
$ sudo pip install virtualenv
Or this, which I got from ...
5
votes
1answer
919 views
Can I use `pip` instead of `easy_install` for `python setup.py install` dependency resolution?
python setup.py install will automatically install packages listed in requires=[] using easy_install. How do I get it to use pip instead?
4
votes
5answers
513 views
Python - Is there any way to get pip without setuptools?
Seems kinda weird that they'd require a package manager to install a package manager. I'm on Windows BTW.
4
votes
4answers
650 views
Can a Python package depend on a specific version control revision of another Python package?
Some useful Python packages are broken on pypi, and the only acceptable version is a particular revision in a revision control system. Can that be expressed in setup.py e.g
requires = ...
3
votes
2answers
704 views
Upgraded Python on Snowleopard Using Homebrew now pip and easy_install don't work
I am new to python, I have changed my path to point to the new python 2.7, but pip and easy_install, and mercurial are still looking at the default installed version 2.6. How do I fix this?
3
votes
1answer
825 views
installing latest matplotlib version with pipy
In some way this question was already asked ... so accept my apology ...
I am trying to install the latest version of matplotlib from here:
http://pypi.python.org/pypi/matplotlib/1.0.1
I know I can ...
3
votes
3answers
910 views
How to install libxml2 in virtualenv?
I have virtualenv with --no-site-packages option. I'm using scrapy in it. Scrapy uses libxml2 by import libxml2. How to install libxml2 in virtualenv using pip or easy_install?
3
votes
1answer
160 views
Problems installing a package from PyPI: root files not installed
After installing the BitTorrent-bencode package, either via easy_install BitTorrent-bencode or pip install BitTorrent-bencode, or by downloading the tarball and installing that via easy_install ...
3
votes
3answers
162 views
What is the standard sort order for Python release/version numbers?
Python's pip and easy_install follow some rules to sort packages by their release numbers. What are the rules for numbering beta/release/bugfix releases so these tools will know which is the newest?
3
votes
4answers
480 views
Does python's pip support http authentication?
As the title says, does pip support http authentication, like easy_install does?
If not, are there any (better) alternatives to running a private package repository? I see pip can access source ...
2
votes
1answer
48 views
pip is not installing my data_files. But easy_install does
This is going to be a short question.
The source is here: https://github.com/exhuma/grc
And the title explains my problem ;)
I registered and uploaded the package to pypi. Now if I run easy_install ...
2
votes
2answers
287 views
pip install for Multiple Python Distributions on Mac
I am fine having multiple distributions of Python on my system, given the advice found here.
However: I cannot get easy_install nor pip install to install to the distribution associated with ...
2
votes
2answers
2k views
PIP install a Python Package without a setup.py file?
I'm trying to figure out how I can install a python package that doesn't have a setup.py file with pip. (package in question is http://code.google.com/p/django-google-analytics/)
Normally I would ...
1
vote
2answers
434 views
how to install python pip on python 2.7
2 days ago i had a problem with pypm and couldn't fix it so i uninstalled activepython, and I wanna install pip which suppose to be an alternative to pypm
I've been looking around for 6h and still ...
1
vote
1answer
183 views
What is the pip equivalent to easy_install/ez_setup's --install-dir and --script-dir?
We're using easy_install to install to a local build environment directory on windows.
(This helps with having several checked out versions using different third-party packages simultaneously, etc. ...
1
vote
3answers
210 views
How do I force easy_install.exe to print output in the current command window?
I am running Windows 7 64 bit and have installed easy_install. When I run easy_install from the command prompt it opens another window for the output and quickly closes before I am able to examine ...
1
vote
2answers
325 views
Bypass Confirmation Prompt for pip uninstall
I'm trying to uninstall all django packages in my superuser environment to ensure that all my webapp dependencies are installed to my virtualenv.
sudo su
sudo pip freeze | grep -E '^django-' | xargs ...
1
vote
2answers
873 views
unable to use pip with Python 3.2 using distribute
After installing python3.2 from src, I tried running:
curl -O http://python-distribute.org/distribute_setup.py
sudo python3.2 distribute_setup.py
sudo python3.2 -m easy_install pip
sudo python3.2 -m ...
1
vote
2answers
385 views
virtualenv only creates /lib/Python2.6 when I also have Python2.7 (OS X)
I installed virtualenv on my new MacBook Pro (first time Mac user) before I did anything else (probably a bad idea). When I create an env it contains /lib/Python2.6 inside of it. Afterward I installed ...
1
vote
1answer
78 views
Can I use both pip and easy_install or do the conflict?
I am currently using easy_install, but have been advised to use pip.
Can I start using pip or will things conflict?
1
vote
1answer
978 views
Easy_install or pip with NTLM auth
In my working environment, internet access is managed by NTLM authentication and is associated with Windows user account, and easy_install or pip doesn't work:
C:\>easy_install django
install_dir ...
0
votes
1answer
177 views
Setuptools / distutils: Installing files into the distribution's DLLs directory on Windows
I'm writing a setup.py which uses setuptools/distutils to install a python package I wrote.
It need to install two DLL files (actually a DLL file and a PYD file) into location which is available for ...
0
votes
2answers
324 views
How to install numpy in a virtualenv on Debian?
(NB: see this other post for why I am not using dpkg/apt-get/etc. for this installation.)
I can install numpy in a virtualenv on Debian with, e.g., pip:
(base)[1778]% pip -v install numpy
...
0
votes
1answer
273 views
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.
virtualenv.exe ...
0
votes
1answer
212 views
tokyo-python Install Issues
I'm trying to use Tokyo Cabinet in Python via the tokyo-python package. I've installed Cabinet, and the Cabinet development library. However, whenever I try to install tokyo-python with pip or ...
-1
votes
2answers
58 views
python on macos too many tries
I'm trying to install PIL on snow-leopard , but I am running into a few problems.
1st this system needs to be cleaned up, too many tests with macports, easy_install etc.. I thing I might have too many ...