Questions tagged [easy-install]

EasyInstall is a package manager that provides a standard format to distribute Python programs and libraries. Part of the `setuptools` module.

730 questions
0
votes
1 answer

Change temp working folder (tmp) with easy_install

I am trying to install the birdsuite pipeline from the Broad Institute using the included easy install package. The installation fails when trying to find a set up script: ================================================================= SETTING UP…
Brad Davis
  • 919
  • 3
  • 15
  • 34
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,303
  • 2
  • 18
  • 34
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
  • 12,831
  • 16
  • 79
  • 167
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
  • 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,170
  • 3
  • 22
  • 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,800
  • 2
  • 16
  • 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
  • 3,835
  • 4
  • 24
  • 25
0
votes
2 answers

virtualenv site packages dir not updating

I am using the virtualenv setup detailed here http://hackercodex.com/guide/python-install-django-on-mac-osx-lion-10.7/ . It worked well on my previous project, and it has install any dependencies inside that env. Now when I create a new virtualenv,…
viperfx
  • 307
  • 4
  • 16
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
  • 171,795
  • 155
  • 551
  • 900
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
  • 135
  • 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,097
  • 2
  • 16
  • 23
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
  • 8,552
  • 16
  • 56
  • 86
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…
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
1 2 3
48
49