seomoz / shovel

Rake, for Python
MIT License
660 stars 49 forks source link

pip install git+... fails with "error: invalid command 'egg_info'" #6

Closed npinto closed 7 years ago

npinto commented 12 years ago

% pip install --user git+https://github.com/seomoz/shovel.git                                                                                                                                                                                                                                                       (master⚡)
Downloading/unpacking git+https://github.com/seomoz/shovel.git
  Cloning https://github.com/seomoz/shovel.git to /tmp/pip-F2boq0-build
  Running setup.py egg_info for package from git+https://github.com/seomoz/shovel.git
    /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
      warnings.warn(msg)
    /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
      warnings.warn(msg)
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: -c --help [cmd1 cmd2 ...]
       or: -c --help-commands
       or: -c cmd --help

    error: invalid command 'egg_info'
    Complete output from command python setup.py egg_info:
    /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'

  warnings.warn(msg)

/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'

  warnings.warn(msg)

usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]

   or: -c --help [cmd1 cmd2 ...]

   or: -c --help-commands

   or: -c cmd --help

error: invalid command 'egg_info'

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-F2boq0-build
Storing complete log in /home/npinto/.pip/pip.log
b4hand commented 7 years ago

Running pip install --user git+https://github.com/seomoz/shovel.git works for me currently, so I'm going to assume this issue has been fixed sometime in the last 5 years.