treyhunner / pep438

Check packages in your requirements.txt file for good PEP 438 usage
MIT License
14 stars 6 forks source link

Unable to install pep438 #11

Closed amjith closed 11 years ago

amjith commented 11 years ago

I tried pip install pep438 and I get the following error:

Downloading/unpacking pep438
  Running setup.py egg_info for package pep438

    file pep438.py (for module pep438) not found
    warning: no files found matching '*.py' under directory 'reqfileparser'
Downloading/unpacking reqfile-parser (from pep438)
  Could not find any downloads that satisfy the requirement reqfile-parser (from pep438)
No distributions at all found for reqfile-parser (from pep438)
Storing complete log in /Users/amjith/.pip/pip.log

I then tried to install it from the tar ball.

$ python setup.py build                                                                                                                                                [13:44:17]
running build
running build_py
file pep438.py (for module pep438) not found
running egg_info
writing requirements to pep438.egg-info/requires.txt
writing pep438.egg-info/PKG-INFO
writing top-level names to pep438.egg-info/top_level.txt
writing dependency_links to pep438.egg-info/dependency_links.txt
writing entry points to pep438.egg-info/entry_points.txt
file pep438.py (for module pep438) not found
reading manifest file 'pep438.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.py' under directory 'reqfileparser'
writing manifest file 'pep438.egg-info/SOURCES.txt'
file pep438.py (for module pep438) not found
treyhunner commented 11 years ago

Version 0.4.0 is out now and it should fix this issue.