EasyInstall is a package manager that provides a standard format to distribute Python programs and libraries. Part of the `setuptools` module.
Questions tagged [easy-install]
728 questions
0
votes
1 answer
Wierd Memory Full Error - AWS
df -ih
Filesystem Inodes IUsed IFree IUse% Mounted on
/dev/xvda1 512K 45K 468K 9% /
udev 205K 389 205K 1% /dev
tmpfs 207K 271 207K 1% /run
none 207K 4 207K 1% /run/lock
…

Pratik Poddar
- 1,353
- 3
- 18
- 36
0
votes
1 answer
python cannot find easy_install, how to solve this?
Python 2.6 cannot find the easy_install. I have tried to install it several ways with the egg for version 2.6, but it always throws this error.
Running easy_install:
/usr/bin/python "-S" "-c" "import sys,os;p = sys.path[:];import site;sys.path[:]…

Rubytastic
- 15,001
- 18
- 87
- 175
0
votes
2 answers
Is this Python Module in Windows?
Are the following packages part of the standard installation of Python 2.7?
import common
import settings
import xpath

John
- 123
- 1
- 8
0
votes
1 answer
Error installing upgrade from Sphinx 1.1 to 1.1.3 for Python 3.2.3 on Windows XP
Following the directions on the Sphinx home page, I opened a command window and entered:
C:\>easy_install -U Sphinx
(I assume the -U option for upgrade should remove the existing version.)
I get the following error messages (I have admin…

Don O'Donnell
- 4,538
- 3
- 26
- 27
0
votes
1 answer
Trouble installing pip (OS X 10.6 / Python 2.6.1)
I'm working on a (slightly hobbled by IT policies) iMac running 10.6 Snow Leopard. I've repeatedly tried to install pip (as a precursor to installing csvkit but am confused by following error messages:
smg-02639:~ matmo$ pip install csvkit
Usage:…

mediaczar
- 1,960
- 3
- 18
- 23
0
votes
1 answer
getting easy_install to install something for python2.5 when default is python2.7
since i'm using google app engine, i have to use python2.5.
because of this, i need to install an older version of BeautifulSoup that works with python2.5 (i think bs 3.0.7a will work).
in order to do that, as far as i can tell, i need to get…

memius
- 4,045
- 5
- 26
- 25
0
votes
3 answers
installing easy_install for Python 2.6.2 (missing?)
I am not a python user, I'm just trying to get couchdb-dump up and running and it's in an "egg" file which I guess needs easy_install. I have Python 2.6.2 running on my computer but it seems to know nothing about easy_install or setuptools... help!…

Jason S
- 184,598
- 164
- 608
- 970
0
votes
2 answers
Easy-Install, Setuptools and manual install of Python 2.7.3 on a computer : trying to upgrade Trac
I am working on a server and I am experiencing problems installing "easy-install" module for python 2.7.3
This is very unusual and that's why I come to you guys (couldn't find any solution on the Internet)
This server is a debian 2.6.32. The company…

Yace
- 165
- 1
- 3
- 6
0
votes
1 answer
scrapy installation error
i'm having trouble running easy_install scrapy and got the following error:
**cc1.exe: error: unrecognized command line option '-mno -cygwin'
error: setup script exited with error: command 'gcc' failed with exit status 1**
i'm running python 2.7…

Orenchi
- 1
- 1
0
votes
1 answer
Is easy_install handling relative links correctly? It's generating different absolute links than browsers and other tools do
So I'm trying to install Aptus with easy_install-2.5
sente@oslo:~$ easy_install-2.5 --install-dir=code/lib/ aptus
Searching for aptus
Reading http://pypi.python.org/simple/aptus/
Reading http://nedbatchelder.com/code/aptus
Best match: Aptus…

sente
- 2,327
- 2
- 18
- 24
0
votes
1 answer
Remove numpy installed using pip on OS X
I have two versions of numpy installed on my OS X. One is version 1.2.1 installed via pip, the other is the version 1.6.1 installed via easy_install.
Now, I would like to remove the older version using pip uninstall command. But would that affect…

MLister
- 10,022
- 18
- 64
- 92
0
votes
2 answers
Installing Beautifulsoup with Mac OSX Admin Account
Need help....
I tried tons of times to use admin account to install beautifulsoup4-4.0.0b3, but had aten tons of failure. I use Macpro OS X Lion 10.7.2
What happened in the terminal as below:
WHEN I TEPYED: easy_install…

user1364795
- 1
- 1
- 1
0
votes
2 answers
Installing eyeD3 on Webfaction
I'm trying to install eyeD3 on Webfaction for my Django application and I tried to this command
easy_install-2.7 eyeD3
and it didn't work, also Webfaction prevents me from downloading packages as well right?
I could install "boto" with the very…
user1115538
0
votes
2 answers
easy_install matplotlib updates on Mac OS X
I'm currently using matplotlib 1.0.1, running with Python 2.7.1, but like to update it to at least 1.1.0. However, when I tried downloading matplotlib-1.1.0-py2.7-python.org-macosx10.3.dmg from…

neither-nor
- 1,245
- 2
- 17
- 30
-1
votes
2 answers
python on macos import fails on missing package
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 versions of python in there... but that is not…

cromestant
- 652
- 2
- 10
- 21