[SciPy-User] ANN: IEP 3.1 - the Interactive Editor for Python

Almar Klein a.klein at science-applied.nl
Sat Dec 22 18:27:07 EST 2012


Mmm, the problem was that pip looks in http://pypi.python.org/*simple*/iep/,
which also listed the download page from version 3.1 of iep.
I removed the 3.1 entry of IEP from pypi, and pip seems to work fine now...


On 22 December 2012 00:09, Almar Klein <a.klein at science-applied.nl> wrote:

> The archive uploaded to pypi works just fine when extracting and using
> "setup.py install"
>
> The problem is that pip tries to pull in the source code from IEPs
> download page, and downloads the archive that contains the binaries, which,
> of course, does not have a setup.py.
>
> I removed the download_link attribute, but pip's behavior stays the same.
> Any ideas why that is?
>
> - Almar
>
>
> On 21 December 2012 22:49, Ted To <rainexpected at theo.to> wrote:
>
>> Same error with a Wheezy box.
>>
>> On 12/21/2012 01:27 PM, osman buyukisik wrote:
>> > On 12/21/2012 01:11 PM, Flavio Coelho wrote:
>> >> yes, but the installation is broken (at least for me: ubuntu 12.10):
>> >>
>> >> $ sudo pip install iep
>> >> [sudo] password for fccoelho:
>> >> Downloading/unpacking iep
>> >>   Downloading iep-3.1.1.linux64.tar.gz (17.3Mb): 17.3Mb downloaded
>> >>   Running setup.py egg_info for package iep
>> >>     Traceback (most recent call last):
>> >>       File "<string>", line 14, in <module>
>> >>     IOError: [Errno 2] No such file or directory:
>> >> '/home/fccoelho/build/iep/setup.py'
>> >>     Complete output from command python setup.py egg_info:
>> >>     Traceback (most recent call last):
>> >>
>> >>   File "<string>", line 14, in <module>
>> >>
>> >> IOError: [Errno 2] No such file or directory:
>> >> '/home/fccoelho/build/iep/setup.py'
>> >>
>> >> ----------------------------------------
>> >> Command python setup.py egg_info failed with error code 1 in
>> >> /home/fccoelho/build/iep
>> >> Storing complete log in /home/fccoelho/.pip/pip.log
>> >>
>> >>
>> > With ubuntu 11.10 I have the same error:
>> >  sudo pip install iep
>> > [sudo] password for osman:
>> > Downloading/unpacking iep
>> >   Downloading iep-3.1.1.linux64.tar.gz (17.3Mb): 17.3Mb downloaded
>> >   Running setup.py egg_info for package iep
>> >     Traceback (most recent call last):
>> >       File "<string>", line 14, in <module>
>> >     IOError: [Errno 2] No such file or directory:
>> > '/home/osman/build/iep/setup.py'
>> >     Complete output from command python setup.py egg_info:
>> >     Traceback (most recent call last):
>> >
>> >   File "<string>", line 14, in <module>
>> >
>> > IOError: [Errno 2] No such file or directory:
>> > '/home/osman/build/iep/setup.py'
>> >
>> > ----------------------------------------
>> > Command python setup.py egg_info failed with error code 1
>> > Storing complete log in /home/osman/.pip/pip.log
>> > osman at osman-AV019AA-ABA-p6228p:~$
>> >
>> >
>> _______________________________________________
>> SciPy-User mailing list
>> SciPy-User at scipy.org
>> http://mail.scipy.org/mailman/listinfo/scipy-user
>>
>
>
>
> --
> Almar Klein, PhD
> Science Applied
> phone: +31 6 19268652
> e-mail: a.klein at science-applied.nl
>



-- 
Almar Klein, PhD
Science Applied
phone: +31 6 19268652
e-mail: a.klein at science-applied.nl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20121223/bea8c51a/attachment.html>


More information about the SciPy-User mailing list