How to get a package pip installable?

Fayaz Yusuf Khan fayaz at dexetra.com
Sun Apr 15 05:04:57 EDT 2012


nbvfour at gmail.com wrote:

> (test)chris at amnesia:~$ pip install django-easydump
> Downloading/unpacking django-easydump
> Could not find any downloads that satisfy the requirement django-easydump
> No distributions at all found for django-easydump
> Storing complete log in /Users/chris/.pip/pip.log
Works fine here. Although fails with other build errors.
Downloading/unpacking django-easydump
  Downloading django-easydump-0.2.3.tar.gz
  Running setup.py egg_info for package django-easydump
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/home/fayaz/Programming/build/django-easydump/setup.py", line 6, 
in <module>
        version=open('VERSION').read(),
    IOError: [Errno 2] No such file or directory: 'VERSION'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/home/fayaz/Programming/build/django-easydump/setup.py", line 6, in 
<module>

    version=open('VERSION').read(),

IOError: [Errno 2] No such file or directory: 'VERSION'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /home/fayaz/.pip/pip.log
 
-- 
Cloud developer and architect
Dexetra SS, Bangalore, India
fayaz.yusuf.khan_AT_gmail_DOT_com
fayaz_AT_dexetra_DOT_com
+91-9746-830-823





More information about the Python-list mailing list