search for: easy_install

Displaying 20 results from an estimated 22 matches for "easy_install".

2016 Nov 17
2
LNT easy_install problem
Hi, I noticed that easy_install of lnt 0.4.1dev doesn't work: # easy_install lnt==0.4.1dev Searching for lnt==0.4.1dev Reading https://pypi.python.org/simple/lnt/ No local packages or download links found for lnt==0.4.1dev error: Could not find suitable distribution for Requirement.parse('lnt==0.4.1dev') -Gabriel -...
2016 Aug 25
2
lnt issue- Could not find required distribution six==1.9.0
...system where I do not have sudo access. I am facing the following issue. Kindly suggest a solution. virtualenv version => 1.11.6 OS => Debian with kernel 3.16.7 *While installing lnt into a virtual environment, I am getting the following error -* *Processing six-1.9.0.tar.gz* *Writing /tmp/easy_install-ZBhMFI/six-1.9.0/setup.cfg* *Running six-1.9.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ZBhMFI/six-1.9.0/egg-dist-tmp-fhACLO* *no previously-included directories found matching 'documentation/_build'* *zip_safe flag not set; analyzing archive contents...* *six: module references _...
2008 Jun 26
2
Installing python eggs using puppet.
...t python applications to different servers. I want to be able to sandbox the different applications using virtenv. A basic setup would be: 1. create user 2. install the virtual environment for that user - -> as the user: virtualenv /userdir 3. Install package dependencies. - -> as the user: easy_install <mypackage>.egg This should install any dependencies. Is this possible, or should I just host the basic user environment in my RCS repository? Has anyone used puppet to install eggs earlier? Do you have any tips? kind regards, Tarjei -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU...
2008 Dec 04
1
Is anyone using Review Board on CentOS 5?
I'm trying to install Review Board (http://review-board.org) with python-setup tools and "sudo easy_install ReviewBoard", but this fails as follows: easy_install ReviewBoard Searching for ReviewBoard Best match: ReviewBoard 0.9.dev-20081202 Processing ReviewBoard-0.9.dev_20081202-py2.4.egg ReviewBoard 0.9.dev-20081202 is already the active version in easy- install.pth Installing rb-site script t...
2020 Jul 10
2
[LNT] Build bot problems due to Python dependencies
...mple/typing/ Downloading https://files.pythonhosted.org/packages/8f/00/c999df515e923dbb73281426f5032a3d12b68600e362af30ed2c495d1e79/typing-3.7.4.2.tar.gz#sha256=6f6f3553709d2234e412092e5daa93aaaaa42ea1854505442280b39f9311707f Best match: typing 3.7.4.2 Processing typing-3.7.4.2.tar.gz Writing /tmp/easy_install-320eoftg/typing-3.7.4.2/setup.cfg Running typing-3.7.4.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-320eoftg/typing-3.7.4.2/egg-dist-tmp-h7gsmgmu ERROR: You need Python 2.7 or 3.4 to install the typing package. error: Setup script exited with 1 I'm not really a Python expert, but from...
2017 Feb 06
3
Centos6.8 and Python33
I've some trouble with installing numpy in python 3.3 on Centos 6.8 as installation request a different python version... [root at sge ~]$ yum install python33 python33-python-tools [root at sge ~]$ scl enable python33 bash ===== *this load Python 3.3.2* === [root at sge ~]$ easy_install pip [root at sge ~]$ pip install numpy Collecting numpy Using cached numpy-1.12.0.zip Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-build-wyb0pj/nump...
2017 Jul 18
2
LNT on pypy and documentation build
Hi, working on the LNT documentation I am wondering about a few things: - LNT documentation recommends to do `easy_install lnt==0.4.2dev` (in the install box on the left side of the title page). The last available version of LNT on pypy is version 0.4.0 from 2012. Are there plans to keep this up to date or should we better remove the entry and not mention pypy packages anymore? - Building the documentation always fail...
2016 Jul 19
0
Announcing release of Python 3.5 on CentOS Linux 7 x86_64 SCL
...three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-python35 $ scl enable rh-python35 bash At this point you should be able to use python just as a normal application. Here are some examples of commands you can run: $ python my-app.py $ sudo easy_install Flask $ sudo easy_install Django In order to view the individual components included in this collection, including additional python modules, you can run: $ sudo yum list rh-python35\* Last but not least you can try this Software Collection in Docker. You can pull the image with the...
2015 Dec 17
0
Announcing release for Python 2.7, 3.3 and 3.4 on CentOS Linux 6 and 7 x86_64 SCL
...ted in three easy steps (example of Python 3.4): $ sudo yum install centos-release-scl $ sudo yum install rh-python34 $ scl enable rh-python34 bash At this point you should be able to use python just as a normal application. An examples of commands run might be: $ python my-app.py $ easy_install Flask $ easy_install Django $ bundle In order to view the individual components included in this collection, including additional python modules, you can run: $ sudo yum list rh-python34\* About Software Collections -------------------------- Software Collections give you the power to bu...
2017 Jul 18
2
LNT on pypy and documentation build
...venv or > something like that? > > > On Jul 18, 2017, at 10:48 AM, Matthias Braun <mbraun at apple.com> wrote: > > > > Hi, > > > > working on the LNT documentation I am wondering about a few things: > > > > - LNT documentation recommends to do `easy_install lnt==0.4.2dev` (in > the install box on the left side of the title page). The last available > version of LNT on pypy is version 0.4.0 from 2012. Are there plans to keep > this up to date or should we better remove the entry and not mention pypy > packages anymore? > > > > -...
2017 Jul 18
2
LNT on pypy and documentation build
..., 2017, at 10:48 AM, Matthias Braun <mbraun at apple.com <mailto:mbraun at apple.com>> wrote: >> > >> > Hi, >> > >> > working on the LNT documentation I am wondering about a few things: >> > >> > - LNT documentation recommends to do `easy_install lnt==0.4.2dev` (in the install box on the left side of the title page). The last available version of LNT on pypy is version 0.4.0 from 2012. Are there plans to keep this up to date or should we better remove the entry and not mention pypy packages anymore? >> > >> > - Building th...
2015 Dec 18
0
CentOS-announce Digest, Vol 130, Issue 7
...ted in three easy steps (example of Python 3.4): $ sudo yum install centos-release-scl $ sudo yum install rh-python34 $ scl enable rh-python34 bash At this point you should be able to use python just as a normal application. An examples of commands run might be: $ python my-app.py $ easy_install Flask $ easy_install Django $ bundle In order to view the individual components included in this collection, including additional python modules, you can run: $ sudo yum list rh-python34\* About Software Collections -------------------------- Software Collections give you the power to bu...
2017 Feb 06
0
Centos6.8 and Python33
...h installing numpy in python 3.3 on Centos 6.8 as > installation request a different python version... > > [root at sge ~]$ yum install python33 python33-python-tools > [root at sge ~]$ scl enable python33 bash > ===== *this load Python 3.3.2* === > [root at sge ~]$ easy_install pip > [root at sge ~]$ pip install numpy > Collecting numpy > Using cached numpy-1.12.0.zip > Complete output from command python setup.py egg_info: > Traceback (most recent call last): > File "<string>", line 1, in <module> > Fi...
2013 Jun 19
0
Pip provider fails on RedHat osfamily when pip not installed via RPM (Could not locate the pip command)
In resolving bug 15980, the pip package provider was changed to recognize the RedHat osfamily fact and use the executable name "pip-python" in those environments. This does not take into account environments where pip has been installed via easy_install or by custom rpm providers. In those environments (such as mine) this osfamily change breaks the pip provider, requiring as a workaround that the administrator create a softlink to pip-python before any pip packages are referenced. It seems to me that the change could have been accomplished by...
2008 Mar 20
0
[LLVMdev] LLVM Python binding
...anks to boost::python if I used it) the interface stays very type-safe for any C-style bindings. The python setup system makes it easy to compile and install in the python distribution on any OS so it should literally be as easy as just downloading it and running setup.py in its root directory (or easy_install <whatever> if added to the python cheeseshop). If you really wanted it to be done manually without external libraries (and the parts of boost I use can be included in the distribution, so that would really be a non-issue unless there is some aversion to it) then it would take longer then the...
2008 Mar 19
2
[LLVMdev] LLVM Python binding
Hello, I am developing an application which is Python based and uses LLVM. I use LLVM by generating textual bitcode files and feeding them to my plug-in. I wish LLVM had Python binding. I would love to see Python binding as one of the GSoC projects so someone from the community can pick it up. Cheers, Nadav
2008 May 16
0
Processed: your mail
...Bug#454253: vserver-debiantools: The docs are providing too few indications Changed Bug submitter from Olivier Berger <olivier.berger at int-edu.eu> to Olivier Berger <olivier.berger at it-sudparis.eu>. > submitter 455770 ! Bug#455770: python-setuptools: Please provide a manpage for easy_install Changed Bug submitter from Olivier Berger <olivier.berger at int-edu.eu> to Olivier Berger <olivier.berger at it-sudparis.eu>. > submitter 461082 ! Bug#461082: firehol: wizard command should be changed to helpme in README.Debian Changed Bug submitter from Olivier Berger <olivier....
2010 Feb 11
1
[PATCH] Provides a reference implementation management server.
...t;"Install or upgrade setuptools and EasyInstall""" + + try: + import setuptools + except ImportError: + egg = None + try: + egg = download_setuptools(version, delay=0) + sys.path.insert(0,egg) + from setuptools.command.easy_install import main + return main(list(argv)+[egg]) # we're done here + finally: + if egg and os.path.exists(egg): + os.unlink(egg) + else: + if setuptools.__version__ == '0.0.1': + # tell the user to uninstall obsolete version...
2012 Dec 04
2
Samba4 Classicupgrade Failed
Hi, I am stuck on upgrading the current Samba3 to Samba4, currently used Samba 3.3.10 and upgraded to Samba 3.4.17 still the same problems below. I also try to upgrade the Python 2.4.3 to Python 2.7 still same problems, with the OpenLDAP 2.3.43. [root at ewanko]# /usr/local/samba/bin/samba-tool domain classicupgrade --dbdir=/var/lib/samba/ --use-xattrs=yes --realm=ewanko.local
2009 Nov 20
4
wiki contribution
Hello, I created a wiki username JoshuaFranklin and would like to contribute a description of http://iuscommunity.org/ to this page: http://wiki.centos.org/AdditionalResources/Repositories IUS is a new third party repo for RHEL that provides the "latest upstream versions of PHP, Python, MySQL". It is sponsored by internal work at Rackspace (but officially unsupported). Thanks, Joshua